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
<!-- This is an auto-generated description by cubic. -->
## Summary by cubic
Add a runtime API to update a sandbox’s network permissions without
restart. Supports blocking all egress or setting an allowlist; exposed
ports remain accessible.
- **New Features**
- PodService: SandboxUpdateNetworkPermissions (gRPC + HTTP POST
/pods/{containerId}/network/update).
- Worker: ContainerSandboxUpdateNetworkPermissions applies new
iptables/IPv6 rules in place.
- Python SDK: sandbox.update_network_permissions(block_network,
allow_list).
- Updated OpenAPI, protos, gateway, and container client.
<sup>Written for commit 8ab7e1f.
Summary will update automatically on new commits.</sup>
<!-- End of auto-generated description by cubic. -->
0 commit comments