More Granular Realm UI Permissions
At this time, the only permission that allows access to Realm is Project Owner; however, Project Owner grants permission to change a plethora of things inside Realm. In our case, we have testers who do not need the ability to change code. The testers only need to change Values and add users. Could a new permission class be created to support this?
-
Nikolay Serev commented
Implementation of least privilege access is with utmost importance and giving Owner permission for everyone is not ideal even when we are considering the change for development environments.
Please, have a look on this issue and implement more granular approach for custom services
-
Mikael commented
What do you think about this proposal for a solution?