I am running the following code to create a role of permission to a specific collection:
db.createRole({role:'emr_user_role',privileges:[{resource:{db:'tickets', collection: 'emr_interface'}, actions: ['find','remove','insert','update']}], rol...
asked by
14.11.2017 / 17:57