Skip to content

adminHash does not work as a secret #183

@larsenqec

Description

@larsenqec

We are experiencing the issue described here running chart version 4.5.6

apache/couchdb#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions