Replies: 2 comments
-
|
BUDI-8582 Run proxy service container image as non-root user |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is there any solution to this? I've seen usage of nginxinc/nginx-unprivileged in similar deployments, is that something that is planned to be supported or is there an alternative solution? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Describe the feature request
When running the
budibase/proxyservice container in a multi-tenant cluster environment where the restricted Pod security standard is applied, the Pod ends up in theCrashLoopBackOffstatus. Looking at the logs, it appears the image requires superuser privileges, but in a restricted environment,spec.securityContext.runAsNonRootforces containers to be run as non-root users.Screenshots
Container logs:
Beta Was this translation helpful? Give feedback.
All reactions