-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Admin #42
Comments
Know nothing about MongoDb. But I guess if you create user with the builtin role https://docs.mongodb.com/manual/reference/built-in-roles/#readWriteAnyDatabase You can perform a https://docs.mongodb.com/manual/tutorial/manage-users-and-roles/#modify-access-for-an-existing-user |
But why should it have read write to all databases? It should have read write only for the logging database |
I just tried to answer the question whether it only works as admin. I bet if you look in the MongoDb manual then you can find a much better answer than mine.
|
Hi,
What permissions does the user need in order to write to the log?
It seems that in order to write to the log there is a need to use admin rights on the whole mongo instance. Anything less than that would not write to logs to the mongodb
The text was updated successfully, but these errors were encountered: