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 recommendations for Kubernetes are to mount secrets from file instead of env vars. Env
vars are available to all users of a container, often get leaked in log output etc.. If file does
not exist, secrets are loaded from env var for backward compatibility.
fix#897
What package are you referring to?
Helm Chart and all services
Is your feature request related to a problem? Please describe.
https://www.tenable.com/audits/items/CIS_Kubernetes_v1.20_v1.0.0_Level_2_Master.audit:98de3da69271994afb6211cf86ae4c6b
Describe the solution you'd like
Secrets should be mounted as files instead of environment variables.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: