User Management

Manage groups and users on the platform

User Management Admin

Organize users through groups that define cluster access and permissions. The group is the central unit of the permission model — users inherit all capabilities from their assigned group.


Groups

A group defines what its members can access and do on the platform.

FieldDescription
NameGroup identifier
DescriptionPurpose of the group
Cluster PermissionsWhich registered clusters this group can target

Groups also receive permission flags that control what operations their members can perform:

PermissionWhat it grants
ViewView jobs and execution results
RunExecute scenarios, use Chaos Studio, access cluster terminal
DeleteRemove jobs and execution history

Users

Users are created and assigned to a group during creation.

FieldDescription
User DataUsername, credentials
GroupThe group this user belongs to

Permission Cascade

Group "SRE Team"
  ├── Clusters: production-us, production-eu
  ├── Permissions: View, Run
  └── Members: alice, bob
        ├── alice → can run scenarios on production-us, production-eu
        └── bob   → can run scenarios on production-us, production-eu