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
<!--Delete sections as needed -->
## Description
v0.35.0 revamps policy tooling with a new default output format for
`sbx policy ls`, a new `sbx policy inspect` command, and a new
`sbx policy check network` command for testing policy before running an
agent.
Release notes: https://github.com/docker/sandboxes/releases/tag/v0.35.0
> `sbx policy ls` now shows a concise one-row-per-policy overview by
default.
> Use `--wide` for the previous rule-level table (now including rule
IDs),
> `--json` for automation, and the new `--source`/`--decision` flags to
filter.
> Detailed inspection moved to the new `sbx policy inspect
<policy-or-rule>`
> command.
Upstream changes: docker/sandboxes#3733 (policy ls revamp + policy
inspect),
docker/sandboxes#4018 (dhi.io HTTP in Balanced preset)
### `governance/monitoring.md`
- Rewrites all `sbx policy ls` example output blocks to the new
per-policy
format (`POLICY`, `SOURCE`, `APPLIES TO`, `SUMMARY` columns)
- Rewrites column descriptions for the new schema
- Updates the org governance header from the old multi-line block format
to the
new single inline summary line
- Adds mentions of `--wide`, `--source`, `--decision`, and `sbx policy
inspect`
### `governance/local.md`
- Adds a new "Testing policy" section documenting `sbx policy check
network`
with examples for allowed and denied targets, URL inputs, and the
`--sandbox` scope flag
- Updates the `sbx policy ls` reference to mention the new `--source`,
`--decision`, and `--wide` filters and `sbx policy inspect`
- Notes the v0.35.0 Balanced preset additions: VS Code domains,
`*.blob.core.windows.net`, and `dhi.io` over HTTP
## Related issues or tickets
#25532: cli ref update
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Copy file name to clipboardExpand all lines: content/manuals/ai/sandboxes/governance/local.md
+32-3Lines changed: 32 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ Choose a default network policy:
54
54
| Locked Down | All outbound traffic is blocked, including model provider APIs (for example, `api.anthropic.com`). You must explicitly allow everything you need. |
55
55
56
56
The **Balanced** preset's baseline allowlist is a good starting point for most
57
-
workflows. Run `sbx policy ls` to see exactly which rules it includes.
57
+
workflows. Run `sbx policy ls` to see exactly which rules it includes. As of
58
+
v0.35.0, the Balanced preset also allows VS Code domains, Azure Blob Storage
59
+
(`*.blob.core.windows.net`), and `dhi.io` over HTTP.
58
60
59
61
> [!NOTE]
60
62
> If your organization manages sandbox policies centrally, organization rules
@@ -111,8 +113,35 @@ To remove a sandbox-scoped rule, pass `--sandbox <name>`:
0 commit comments