summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2022-11-04 11:11:48 +0100
committerGitHub <noreply@github.com>2022-11-04 11:11:48 +0100
commit81ee3918d8967dcb549eac4f785c4b45c93c971b (patch)
treec6f3c3e74137235a73147dc11bd7033638a04e77
parentaeb754de0c057cb80774e06a002d356e2ecbc98c (diff)
downloadcouchdb-81ee3918d8967dcb549eac4f785c4b45c93c971b.tar.gz
Backport config option admin_only_all_dbs into 3.2.2 docs (#4255)
-rw-r--r--src/docs/src/config/http.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/docs/src/config/http.rst b/src/docs/src/config/http.rst
index 4bda36b4a..44450cad1 100644
--- a/src/docs/src/config/http.rst
+++ b/src/docs/src/config/http.rst
@@ -232,6 +232,16 @@ HTTP Server Options
upgrade, it is advisable to review the usage of these configuration
settings.
+ .. config:option:: admin_only_all_dbs :: Require admin for ``_all_dbs`` and ``_dbs_info``
+
+ .. versionadded:: 2.2 implemented for ``_all_dbs`` defaulting to ``false``
+ .. versionchanged:: 3.0 default switched to ``true``, applies to ``_all_dbs``
+
+ When set to ``true`` admin is required to access ``_all_dbs``. ::
+
+ [chttpd]
+ admin_only_all_dbs = true
+
.. config:section:: httpd :: HTTP Server Options
.. versionchanged:: 3.2 These options were moved to [chttpd] section: