Manage User Roles
Platform administrators can manage roles for other users (not their own account) to grant or revoke permissions. After the RBAC refactor, role assignments are split into Platform Roles (system templates) and Kubernetes Roles (native RoleBinding objects).
TOC
Assign Platform Roles (System Templates)
Use this tab to bind or unbind the predefined platform/project/namespace roles that the product ships with.
Steps
- In the left navigation bar, click Users > User Management.
- Click the username of the target user.
- Open the Platform Roles tab.
- Click Add Role.
- In the dialog:
- Select a role from the Role Name dropdown.
- Choose the scope (Cluster / Project / Namespace) if prompted.
- Click Add.
NOTE
Notes for platform roles:
- Only the predefined system roles are available here; they cannot be edited or duplicated.
- A role can only be bound once per scope. Already-bound roles are disabled in the dropdown.
- The built-in Cluster Administrator role cannot be reassigned for the global cluster.
Remove Platform Roles
- Stay on the Platform Roles tab.
- Click Remove next to the role you want to unbind.
- Confirm the removal.
Bind Kubernetes Roles (RoleBinding / ClusterRoleBinding)
Use this tab to grant fine-grained permissions through native Kubernetes roles that exist inside specific clusters.
Steps
- On the user detail page, switch to the Kubernetes Roles tab.
- Click Add RoleBinding.
- Configure the binding:
- Cluster: Target cluster that hosts the role.
- Binding Type:
RoleBinding(namespace scope) orClusterRoleBinding. - Namespace: Required when
RoleBindingis selected. - Role Name: Choose an existing
RoleorClusterRole. - Subject: Confirm the current user as the binding subject.
- Click Create.
Remove Kubernetes RoleBindings
- Remain on the Kubernetes Roles tab.
- Locate the binding (filter by cluster, namespace, or role if needed).
- Click Remove and confirm.
WARNING
Role management permissions:
- Only platform administrators can manage other users' roles.
- Users cannot modify roles or bindings for their own account.