This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 07e9aec Explain why CouchDB connections may fail. (#592)
07e9aec is described below
commit 07e9aec741fce1fb2893a1a031fecd3700cc01b1
Author: Tom Barber <[email protected]>
AuthorDate: Wed Mar 18 13:35:52 2020 +0000
Explain why CouchDB connections may fail. (#592)
---
docs/configurationChoices.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/configurationChoices.md b/docs/configurationChoices.md
index e19e1b5..3882970 100644
--- a/docs/configurationChoices.md
+++ b/docs/configurationChoices.md
@@ -78,6 +78,9 @@ db:
wipeAndInit: false
```
+Please note, if you're using a version of CouchDB that has
`require_valid_user` enabled, you need to disable it for the
+cluster to operate correctly. This is because the current version of the
cloudant client [expects it to be off by
default](https://github.com/cloudant/python-cloudant/issues/387).
+
### Using an external redis
Similarly, you may want to use external Redis instance instead of using
default single pod deployment.