More granular user privileges for Database User in same project
When having several clusters in the same project, it would be nice if we could configure different privileges to different clusters for the same user credentials.
Like in the following example
Name | Cluster1 | Cluster2 | Cluster3 | Cluster4
User1 | R/W | R | R | R/W
User2 | R | R/W | R | R
Currently it's not possible to specify different privileges on the cluster level.
-
Cody commented
My particular scenario was that one cluster was prod while another was staging. I wanted to give a user access to do anything in Atlas to staging but not to prod.
A workaround is to have separate projects instead of separate clusters within the same project as far as I can tell, but from an organization standpoint that is a bit cluttered.
-
Josh Balduff commented
BUMP