Skip to content
New issue

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] couch_httpd_auth not working anymore #79239

Open
DominikMoelter opened this issue Apr 1, 2025 · 1 comment · May be fixed by #79384
Open

[bitnami/couchdb] couch_httpd_auth not working anymore #79239

DominikMoelter opened this issue Apr 1, 2025 · 1 comment · May be fixed by #79384
Assignees
Labels
couchdb tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@DominikMoelter
Copy link

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 to chttpd_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

@DominikMoelter DominikMoelter added the tech-issues The user has a technical issue about an application label Apr 1, 2025
@github-actions github-actions bot added the triage Triage is needed label Apr 1, 2025
@javsalgar javsalgar changed the title couch_httpd_auth not working anymore [bitnami/couchdb] couch_httpd_auth not working anymore Apr 2, 2025
@javsalgar
Copy link
Contributor

Hi!

Thank you so much for the issue. As you spotted it, would you like to submit a PR updating this line?

couchdb_conf_set "couch_httpd_auth" "require_valid_user" "true"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
couchdb tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants