Skip to content

[TSLA-8801] Add new tables for user admin and cluster connection admin predefined… #2011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 23, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions calico-cloud/users/user-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,52 @@ The Admin role provides broad administrative access for day-to-day configuration
| Container Threat Detection | view, edit |
| Dashboards | view, edit |

### User Admin

The User Admin role has the ability to manage team members and their assigned roles.

| Feature | Permission Level |
| :------------------------------ | :----------------- |
| Service Graph and Flow Visualizer | - |
| Policies | - |
| Nodes and Endpoints | - |
| Network Sets | - |
| Managed Clusters | - |
| Compliance Reports | - |
| Timeline | - |
| Alerts | - |
| Kibana | - |
| Image Assurance | - |
| Manage Team | view, edit, delete |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice that no other role has 'delete' for this feature. Should we also have 'delete' here in the Owner and Admin sections?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose in theory "edit" includes deletions, so for consistency I'll simply remove it here.

| Usage Metrics | - |
| Threat Feeds | - |
| Web Application Firewall | - |
| Container Threat Detection | - |
| Dashboards | - |

### Cluster Connection Admin

The Cluster Connection Admin role has administrative capabilities of managed clusters.

| Feature | Permission Level |
| :------------------------------ | :----------------- |
| Service Graph and Flow Visualizer | - |
| Policies | - |
| Nodes and Endpoints | - |
| Network Sets | - |
| Managed Clusters | view, edit, delete |
| Compliance Reports | - |
| Timeline | - |
| Alerts | - |
| Kibana | - |
| Image Assurance | - |
| Manage Team | - |
| Usage Metrics | - |
| Threat Feeds | - |
| Web Application Firewall | - |
| Container Threat Detection | - |
| Dashboards | - |

### Viewer

The Viewer role provides read-only access to most operational and configuration data within $[prodname]. Ideal for users who need visibility without making changes.
Expand Down