We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
we have a problem changing role of a db user from collection based to DB(All Collections) based.
Versions:
mongodbatlas 1.11.1 terraform: 1.5.0
Please list the full steps required to reproduce the issue, for example:
roles { role_name = "readWrite" database_name = "Inventory" collection_name = "Inventory" } roles { role_name = "readWrite" database_name = "Inventory" collection_name = "Inventory2" }
roles { role_name = "readWrite" database_name = "Inventory" }
User in db has readWrite@Inventory
User in db has [email protected] or [email protected]
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. The ticket INTMDB-1062 was created for internal tracking.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
we have a problem changing role of a db user from collection based to DB(All Collections) based.
Versions:
Steps to Reproduce
Please list the full steps required to reproduce the issue, for example:
Expected Behavior
User in db has readWrite@Inventory
Actual Behavior
User in db has [email protected] or [email protected]
The text was updated successfully, but these errors were encountered: