mongodb create user role
별 짓을 다 한다. 몽고디비에서 사용자 역할 설정 db.createRole( { role: "appReadWrite", privileges: [ { resource: { db: "orange", collection: "" }, actions: [ "find", "update", "insert", "remove", "collStats", "dbStats", "listIndexes", "listCollections" ] } ], roles: [] } )