You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To check a given users' permissions, one currently needs to navigate between projects and groups. This is becoming very cumbersome when a number of projects and groups increases.
Describe the solution you'd like.
When clicking on a user, a view that shows all the groups that user is a member of.
A consolidated view to see all permissions granted to a specific user or group across projects and environments. This should list only the granted permissions, not the projects/environments where the user/group has no permissions.
Describe alternatives you've considered
Manual navigation through each group to find user memberships.
Clicking on each project and environment to find granted permissions for users/groups.
Additional context
No response
The text was updated successfully, but these errors were encountered:
When clicking on a user, a view that shows all the groups that user is a member of.
I've added this with the ability to adjust their groups, however I just need group_admin returning from the /groups endpoint for the users so we can see if they are a group admin. See #4312
A consolidated view to see all permissions granted to a specific user or group across projects and environments. This should list only the granted permissions, not the projects/environments where the user/group has no permissions.
I believe this would require API, we can only get permissions for a specific environment or project at the moment. This could be done as a separate issue perhaps since 1 just needs an added field.
Is your feature request related to a problem? Please describe.
To check a given users' permissions, one currently needs to navigate between projects and groups. This is becoming very cumbersome when a number of projects and groups increases.
Describe the solution you'd like.
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: