You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a custom gateway path, replace the `--config` argument accordingly.
138
+
The gateway reads the default configuration that `configure-gateway` updated.
152
139
153
140
## Verify connectivity
154
141
155
142
```bash
156
-
openshell gateway selectopenshell
157
143
openshell status
158
144
```
159
145
@@ -250,8 +236,6 @@ port must be between 1 and 65535.
250
236
| Symptom | Check |
251
237
| --- | --- |
252
238
| Sandbox creation reports unavailable middleware | Confirm Privacy Guard is running, the registration name matches the policy, the host IP is reachable from the sandbox network, and the port is allowed |
253
-
| Gateway port is already in use | Stop the package-managed gateway before starting a foreground instance |
254
-
| Foreground gateway cannot find certificates | Set `OPENSHELL_LOCAL_TLS_DIR` to the package-specific path shown above |
255
239
| Policy config is rejected | Run `privacy-guard configuration-schema` with the same registry factory used by the server |
256
240
| Relative Regex catalog is not found | Start Privacy Guard from the directory against which the catalog path is defined |
257
241
| Request is denied with `privacy_guard_limit_exceeded`| Inspect Privacy Guard logs, reduce input/output/detections, simplify stages, or increase the processing timeout with OpenShell headroom |
@@ -261,17 +245,15 @@ port must be between 1 and 65535.
261
245
262
246
## Shutdown and cleanup
263
247
264
-
Stop foreground Privacy Guard and gateway processes with `Ctrl-C`. Delete test
265
-
sandboxes explicitly:
248
+
Stop Privacy Guard with `Ctrl-C`. Delete test sandboxes explicitly:
266
249
267
250
```bash
268
251
openshell sandbox delete SANDBOX_NAME
269
252
```
270
253
271
-
Restore the package-managed gateway and verify connectivity:
254
+
The gateway continues to run in the background. Verify its connection:
0 commit comments