Abe Nonym

Results 1 comments of Abe Nonym

Got the same issue, fixed it like this: ```JS admin.createRole({ role: 'versionFind', privileges: [{ resource: { db: '', collection: 'system.version' }, actions: ['find'] }], // may also work if you...