-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.19
-
Component/s: None
-
None
-
ALL
I am using mongo-3.6.17 version and enabled the auth in that. With the auth, I am getting the below message contentiously in on the logs
ACCESS [conn298810] Unauthorized: not authorized on admin to execute command { endSessions: [
{ id: UUID("acb7b7b0-5cfd-48d9-ae40-25e20d1ead63") }], $db: "admin" }
When I verified the mongo documentation, I have not seen any specific role to execute the endSession command. But in my user roles, I gave almost all high priority roles like dbAdmin, dbOwner ...etc but still getting the same issue. Is there any way to avoid this issue ?
- duplicates
-
SERVER-49165 endSessions command in Client.Disconnect causes an authorization failure for an unauthed connection on a host that requires authentication
- Closed