We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bitnami/couchdb:3.4.3
None
The config key couch_httpd_auth was renamed to chttpd_auth in version 3.2 as you can see in the documentation.
couch_httpd_auth
chttpd_auth
To reproduce the behaviour run couchdb_update_conf_file(). There you can find two references of the old naming 1 2
config keys in ini file after starting the container are named "chttpd_auth"
config keys in ini file after starting the container are named "couch_httpd_auth"
No response
The text was updated successfully, but these errors were encountered:
Hi!
Thank you so much for the issue. As you spotted it, would you like to submit a PR updating this line?
containers/bitnami/couchdb/3/debian-12/rootfs/opt/bitnami/scripts/libcouchdb.sh
Line 120 in c076b64
Sorry, something went wrong.
javsalgar
Successfully merging a pull request may close this issue.
Name and Version
bitnami/couchdb:3.4.3
What architecture are you using?
None
What steps will reproduce the bug?
The config key
couch_httpd_auth
was renamed tochttpd_auth
in version 3.2 as you can see in the documentation.To reproduce the behaviour run couchdb_update_conf_file(). There you can find two references of the old naming 1 2
What is the expected behavior?
config keys in ini file after starting the container are named "chttpd_auth"
What do you see instead?
config keys in ini file after starting the container are named "couch_httpd_auth"
Additional information
No response
The text was updated successfully, but these errors were encountered: