-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
k8sKubernetes & HelmKubernetes & Helm
Description
The nginx container hosting metacatui currently runs as root
, which is bad practice, for security reasons.
This should be changed to a non-root user, preferably with podSecurityContext
, so it also applies to the initContainers
. This will require some re-work of initContainer
scripts (Example: the get-source
initcontainer
relies on downloading a file to a directory in the container filesystem that is owned by root
:
wget -O ./$FILENAME $LOC/$FILENAME;
...which will fail if running as a different user, so we need to change that path)
Metadata
Metadata
Assignees
Labels
k8sKubernetes & HelmKubernetes & Helm
Type
Projects
Status
No status