lightblue-platform / lightblue-docs-user

User guide for lightblue.
http://docs.lightblue.io/
GNU General Public License v3.0
3 stars 10 forks source link

Document permissions required for database users #47

Open jewzaam opened 9 years ago

jewzaam commented 9 years ago

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

jewzaam commented 9 years ago
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