-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
We are experiencing the issue described here running chart version 4.5.6
When a pod restarts, the admin password hash is recalculated with a random salt and this seems to affect session cookies
when using the Fauxton UI.
The suggested resolution is to specify adminHash in the values, however according to the comments in values.yaml, this is not considered secure.
We attempted to define adminHash in our preconfigured secret which also contains adminPassword, but it seems that adminHash is not read from the secret. The statefulset.yaml template only reads adminHash from Values.
I am requesting that adminHash as a secret (like adminPassword) be implemented.
Metadata
Metadata
Assignees
Labels
No labels