sergey-safarov commented on issue #1611: URL: https://github.com/apache/couchdb/issues/1611#issuecomment-1986917834
More info about the error message. Normal database security should look like ```sh [root@esrp-0a ~]# curl -s http://login:[email protected]:5984/db_name/_security| jq { "members": { "roles": [ "_admin" ] }, "admins": { "roles": [ "_admin" ] } } ``` For database where error present the same command produce ```sh [root@esrp-0a ~]# curl -s http://login:[email protected]:5984/db_name/_security| jq {} ``` ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
