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
Managing group membership from the UI can be difficult when we have groups with the same name but different parent groups. It is even more challenging when navigating into the user console to assign groups, as there is no information about the parent group.
It is also possible for a group to have a parent group with the same name, even though each parent group has a different parent group.
Current Behavior:
Groups with the same name but different parent groups are hard to differentiate in the UI.
The user console does not display the parent group information when assigning groups.
Desired Behavior:
Full visibility of the group path should be displayed:
For example, instead of just showing group_name, it should display the full path like /k8s/sanju/Admin.
Benefits:
This enhancement will make it easier to manage and assign groups accurately.
It will reduce confusion and improve the overall user experience.
Example:
Current display: group_name
Desired display: /parent1/parent2/group_name
The text was updated successfully, but these errors were encountered:
Description:
Managing group membership from the UI can be difficult when we have groups with the same name but different parent groups. It is even more challenging when navigating into the user console to assign groups, as there is no information about the parent group.
It is also possible for a group to have a parent group with the same name, even though each parent group has a different parent group.
Current Behavior:
Desired Behavior:
group_name
, it should display the full path like/k8s/sanju/Admin
.Benefits:
Example:
group_name
/parent1/parent2/group_name
The text was updated successfully, but these errors were encountered: