Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document permissions required for database users #47

Open
jewzaam opened this issue Dec 2, 2014 · 1 comment
Open

Document permissions required for database users #47

jewzaam opened this issue Dec 2, 2014 · 1 comment

Comments

@jewzaam
Copy link
Member

jewzaam commented Dec 2, 2014

For each backend, need to document permissions required to allow all operations to work.

@jewzaam
Copy link
Member Author

jewzaam commented Dec 2, 2014

Per Mongodb Doc :-

http://docs.mongodb.org/manual/reference/built-in-roles/

readWrite

     Provides all the privileges of the read role plus ability to modify 
data on all non-system collections and the system.js collection. The 
role provides the following actions on those collections:

         collStats
         convertToCapped
         createCollection
         dbHash
         dbStats
         dropCollection
         createIndex
         dropIndex
         emptycapped
         find
         insert
         killCursors
         remove
         renameCollectionSameDB
         update

@dcrissman dcrissman added the ready label Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants