Helm: frontend should not run as root and have readonly file system #919
Labels
[ devops ]
helm
security
do not use this label: please report all security vulnerabilities at [email protected]
What package are you referring to?
Frontend, helm chart
Describe the bug
Frontend runs as root and has a writeable root file system
Additional context
openresty/docker-openresty#119
Proposed Solution (if any)
Mount a temp volume to a known endpoint, and amend the nginx.conf to write to paths on that volume.
Update the helm chart to run frontend as a non root user and a non-writeable root file system.
The text was updated successfully, but these errors were encountered: