Vouch request: willschipp #1962
willschipp
started this conversation in
Vouch Request
Replies: 1 comment 1 reply
-
|
This is something that could be implemented with #1927. The use case of enterprise policy management was the motivation for intercepting gateway APIs. Also see #1936 for an in-flight example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
I want to raise an issue and add a feature that supports immutability of policies on a sandbox once it's running. The end goal is to support immutable containers built through a pipeline with an embedded policy.yaml that cannot be changed or overridden once the container starts.
Why this change?
I'm wanting to add optional "fixing" of policies for enterprise consumption. So that optionally, when a sandbox is created, the policy, when passed in during create, can have an extra flag of "--immutable" or something similar, meaning that the sandbox polices can't change.
This needs to be optional and the default being current behavior, but the option can be there if openshell + policy is baked into an image, it can't be changed once the container is running
Checklist
Beta Was this translation helpful? Give feedback.
All reactions