-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.0.10
-
Component/s: None
-
None
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I create this role:
db.getSiblingDB("admin").createRole({
role: "fsyncLocker",
privileges: [
{ resource:
, actions: [ "fsync" ] }
],
roles: []
})
and I gave it to a user in order to become able to use fsyncLock and fsyncUnlock
However, whereas that user can run fsyncLock It cannot run fsyncUnlock, this error is returned:
not authorized on admin to execute command { fsyncUnlock
According to documentation both of them should be ok
I suspect a bug, can you shed any light on this, please?
Thank you for your time
Mauro