You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/05/22 12:36:32 UTC

[GitHub] [couchdb-helm] willholley opened a new pull request #26: Prehashed pw

willholley opened a new pull request #26:
URL: https://github.com/apache/couchdb-helm/pull/26


   This is a rollup of #24 and #23 (which I need to add to so that the published chart is included in the docs folder). 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-helm] GeorgFleig commented on pull request #26: Prehashed pw

Posted by GitBox <gi...@apache.org>.
GeorgFleig commented on pull request #26:
URL: https://github.com/apache/couchdb-helm/pull/26#issuecomment-762834060


   The chart's logic to use the pre-defined admin password hash is broken. It does actually work using the chart, but the values required to get it to work are quite confusing..
   
   Here is how I got it working:
   
   1. The key in the secret for the `password.ini` file must be `password.ini`, not `my-password.ini`.
   2. The `adminPassword` key inside the secret must still be set (random value is fine) as it is required by the StatefulSet environment variables.
   3. Set `adminHash` in the `values.yaml` to `true` so the logic in the init container is is enabled to copy the contents of the `password.ini` of the secret to the right place. The README suggests this variable could contain the admin password hash but the content is never evaluated at all.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-helm] willholley merged pull request #26: Prehashed pw

Posted by GitBox <gi...@apache.org>.
willholley merged pull request #26:
URL: https://github.com/apache/couchdb-helm/pull/26


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org