summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2018-07-14 12:01:58 +0200
committerJan Lehnardt <jan@apache.org>2018-07-15 20:29:39 +0200
commit45583af0cb600b712b1eb965b812f3537991f6f4 (patch)
treea03518077852801ea19232fc1b9cb03afb67e2ec /rel
parent8e5caaf9bffd90737208775d9d7cfab3d3ec4b61 (diff)
downloadcouchdb-45583af0cb600b712b1eb965b812f3537991f6f4.tar.gz
Optionally prevent non-admins from accessing /_all_dbs
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 0f0d54793..fbc61afd6 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -98,6 +98,9 @@ max_db_number_for_dbs_info_req = 100
; uncomment the next line to enable proxy authentication
; authentication_handlers = {chttpd_auth, proxy_authentication_handler}, {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, default_authentication_handler}
+; prevent non-admins from accessing /_all_dbs
+;admin_only_all_dbs = false
+
[database_compaction]
; larger buffer sizes can originate smaller files
doc_buffer_size = 524288 ; value in bytes