Summary
The default/generated sandbox policy for network_policies (claude_code, github, github_rest_api) uses tls: terminate, which is now deprecated in favor of automatic TLS termination ("TLS termination is now automatic. Use 'tls: skip' to disable."). This produces 3 MED-severity warnings on every single sandbox start.
Expected
Either the policy generator/template should be updated to stop emitting tls: terminate by default, or openshell policy should offer a migration command to rewrite existing policies.
Logs
[sandbox] [OCSF] CONFIG:VALIDATION warning: claude_code.endpoints[0]: 'tls: terminate' is deprecated...
(repeated for github.endpoints[0], github_rest_api.endpoints[0])
openshell version: 0.0.116
Summary
The default/generated sandbox policy for network_policies (claude_code, github, github_rest_api) uses
tls: terminate, which is now deprecated in favor of automatic TLS termination ("TLS termination is now automatic. Use 'tls: skip' to disable."). This produces 3 MED-severity warnings on every single sandbox start.Expected
Either the policy generator/template should be updated to stop emitting
tls: terminateby default, oropenshell policyshould offer a migration command to rewrite existing policies.Logs
openshell version: 0.0.116