ceremcem opened a new issue #1490: db becomes public if member is empty
URL: https://github.com/apache/couchdb/issues/1490
 
 
   Unless something is declared in `member.names` or `member.roles` db becomes 
PUBLIC.
   
   ### Expected Behaviour
   
   Following `_security` document should suffice: 
   
   ```json 
   {
     "_id": "_security",
     "couchdb_auth_only": true,
     "admins": {
       "names": [
         "foo"
       ],
       "roles": []
     },
     "members": {
       "names": [],
       "roles": []
     }
   }
   ```

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


With regards,
Apache Git Services

Reply via email to