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
-**Selective** (`network: { allowed: [...] }`) allows only the listed domains or ecosystems.
21
+
-**No access** (`network: {}`) blocks all network access.
22
22
23
23
Listed domains automatically match all subdomains; wildcard patterns (`*.example.com`) are also supported — see [Wildcard Domain Patterns](#wildcard-domain-patterns).
24
24
@@ -264,9 +264,9 @@ network:
264
264
265
265
## Troubleshooting
266
266
267
-
If you encounter network access blocked errors, verify that required domains or ecosystems are in the `allowed` list. Start with `network: defaults` and add specific requirements incrementally. Network access violations are logged in workflow execution logs.
267
+
If network access is blocked, confirm the required domains or ecosystems are in `allowed`. Start with `network: defaults`, then add only what the workflow needs. Violations appear in workflow logs.
268
268
269
-
Use `gh aw logs --run-id <run-id>` to view firewall activity and identify blocked domains. For detailed diagnostics, use `gh aw audit <run-id>` — the **Firewall Analysis** section lists every domain request with its allow/deny status, request volume, and policy attribution. Pass two run IDs to compare firewall behavior between runs:
269
+
Use `gh aw logs --run-id <run-id>` to identify blocked domains. For deeper analysis, run `gh aw audit <run-id>`; the **Firewall Analysis** section shows each domain request with its allow/deny status, request volume, and policy attribution. Pass two run IDs to compare runs:
270
270
271
271
```bash
272
272
gh aw audit 12345678 # Single run
@@ -277,9 +277,4 @@ See the [Network Configuration Guide](/gh-aw/guides/network-configuration/#troub
277
277
278
278
## Related Documentation
279
279
280
-
- [Network Configuration Guide](/gh-aw/guides/network-configuration/) - Practical examples and common patterns
See also the [Network Configuration Guide](/gh-aw/guides/network-configuration/), [Frontmatter](/gh-aw/reference/frontmatter/), [Tools](/gh-aw/reference/tools/), [Playwright](/gh-aw/reference/playwright/), [Audit Commands](/gh-aw/reference/audit/), and the [Security Guide](/gh-aw/introduction/architecture/).
0 commit comments