gesellix opened a new pull request #215:
URL: https://github.com/apache/couchdb-docker/pull/215


   ## Overview
   
   With CouchDB 3.2+ the `secret` has moved from `[couch_httpd_auth]` to the 
`[chttpd_auth]` section. See the 
[documentation](https://docs.couchdb.org/en/stable/config/auth.html#chttpd_auth/secret).
   
   The cluster setup fails with the reason `Cluster setup unable to sync admin 
passwords` when using the `couchdb:3.2.1` Docker image and environment variable 
`COUCHDB_SECRET=a-secret`.
   
   This pull request makes the entrypoint script use the correct config section 
to configure the provided secret.
   
   ## Testing recommendations
   
   A rebuild of the Docker image with the fixed docker-entrypoint.sh makes the 
cluster setup succeed.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [n/a] Changes are covered by tests;
   - [n/a] Documentation reflects the changes;
   


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


Reply via email to