larsenqec opened a new issue, #183: URL: https://github.com/apache/couchdb-helm/issues/183
We are experiencing the issue described here running chart version 4.5.6 https://github.com/apache/couchdb/issues/4590 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
