You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/02/19 18:31:58 UTC

[GitHub] [couchdb] wohali commented on a change in pull request #2577: feat(breaking): make _all_dbs admin-only by default

wohali commented on a change in pull request #2577: feat(breaking): make _all_dbs admin-only by default
URL: https://github.com/apache/couchdb/pull/2577#discussion_r381464032
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -135,8 +135,8 @@ 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
+; allow non-admins to access /_all_dbs
 
 Review comment:
   I would keep the original comment here. The meaning of the flag hasn't changed, just that it's now true by default.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services