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.

Field Description
Name Group identifier
Description Purpose of the group
Cluster Permissions Which registered clusters this group can target

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

Permission What it grants
View View jobs and execution results
Run Execute scenarios, use Chaos Studio, access cluster terminal
Delete Remove jobs and execution history

Users

Users are created and assigned to a group during creation.

Field Description
User Data Username, credentials
Group The 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