Basic Authentication for _utils
does not work if require_valid_user_except_for_up
is set
#5186
Labels
_utils
does not work if require_valid_user_except_for_up
is set
#5186
Description
When setting
require_valid_user_except_for_up
instead ofrequire_valid_user
in the CouchDB configuration, the system does not prompt for username and password when accessing the_utils
endpoint. Instead, a 401 is returned.{"error":"unauthorized","reason":"Authentication required."}
When changing the configuration back to
require_valid_user
, the basic authentication prompt appears as expected.Steps to Reproduce
require_valid_user_except_for_up = true
in local.ini_utils
endpoint (e.g.,http://localhost:5984/_utils
).Expected Behaviour
The
_utils
endpoint should prompt for authenticationYour Environment
local.ini
The text was updated successfully, but these errors were encountered: