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
{{ message }}
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
This is a not a serious security issue, but it's not great either. Particularly, someone who has permissions to inspect a pod would be able to see the value of NEO4J_AUTH in plaintext.
NEO4J_AUTH is passed into k8s-managed pods containers as an environment variable: https://github.com/openedx/tutor-contrib-coursegraph/blob/master/tutorcoursegraph/patches/k8s-deployments#L21-L27
This is a not a serious security issue, but it's not great either. Particularly, someone who has permissions to inspect a pod would be able to see the value of NEO4J_AUTH in plaintext.
Instead, the value should be passed into the container as a secret: https://kubernetes.io/docs/concepts/configuration/secret/
The text was updated successfully, but these errors were encountered: