This is an automated email from the ASF dual-hosted git repository.
willholley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
The following commit(s) were added to refs/heads/main by this push:
new 34e1788 Add doc to use Authenticate Basic with require_valid_user
new 95baeab Merge pull request #31 from robsonvn/patch-1
34e1788 is described below
commit 34e17882d83c4c2a41b8210660309bbc7bb4d3ab
Author: Robson Nascimento <[email protected]>
AuthorDate: Sun Jun 14 00:26:43 2020 +1200
Add doc to use Authenticate Basic with require_valid_user
---
couchdb/values.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index bc74922..08459f3 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -162,6 +162,10 @@ couchdbConfig:
# chttpd.require_valid_user disables all the anonymous requests to the port
# 5984 when is set to true.
require_valid_user: false
+ # required to use Fauxton if chttpd.require_valid_user is set to true
+ # httpd:
+ # WWW-Authenticate: "Basic realm=\"administrator\""
+
# Kubernetes local cluster domain.
# This is used to generate FQDNs for peers when joining the CouchDB cluster.