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 2017/10/26 03:40:10 UTC

[GitHub] wohali commented on issue #37: Broken security in 2.0.0 image

wohali commented on issue #37: Broken security in 2.0.0 image
URL: https://github.com/apache/couchdb-docker/issues/37#issuecomment-339542056
 
 
   This is normal and expected behaviour. The credentials being passed are only for admin functions.
   
   Try this, you should get a rejected message: `curl -X PUT http://localhost:5984/foo`
   
   It should return:
   ```
   {"error":"unauthorized","reason":"You are not a server admin."}
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services