-
Notifications
You must be signed in to change notification settings - Fork 29
add readAnyDatabase and stackitAdmin roles for MongoDB users #1049
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
add readAnyDatabase and stackitAdmin roles for MongoDB users #1049
Conversation
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
5ea699d to
c48b433
Compare
…rs (#1049) Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
Description
Adding additional roles for MongoDB users. Taken from the API Docs.
Checklist
Issue was linked abovemake fmtExamples were added / adjusted (see e.g. here)make generate-docs(will be checked by CI)Unit tests got implemented or updatedmake test(will be checked by CI)make lint(will be checked by CI)