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
Security contexts can generally be set at the container level but not at the pod level. It would be nice to have this be configurable in the Helm chart
Alternative options
I've been using Helm post-renderers to work around this
Who would use this feature?
I'm trying to run Jupyter in a restricted namespace and some of the controls require securityContexts to explicitly set values at the pod level. I don't believe there is anything in zero-to-jupyterhub which actually needs to violate any of the restricted controls, so having these be configurable would allow Jupyter to run in restricted namespaces and provide more security guarantees
The text was updated successfully, but these errors were encountered:
hub, proxy and user-placeholder were the workloads which were being denied in restricted mode and didn't have their security contexts exposed, but the only additional config they needed was
Proposed change
Security contexts can generally be set at the container level but not at the pod level. It would be nice to have this be configurable in the Helm chart
Alternative options
I've been using Helm post-renderers to work around this
Who would use this feature?
I'm trying to run Jupyter in a restricted namespace and some of the controls require securityContexts to explicitly set values at the pod level. I don't believe there is anything in zero-to-jupyterhub which actually needs to violate any of the restricted controls, so having these be configurable would allow Jupyter to run in restricted namespaces and provide more security guarantees
The text was updated successfully, but these errors were encountered: