Skip to content

update: manage groups role description #660

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
Feb 10, 2025
Merged
Changes from all 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
7 changes: 3 additions & 4 deletions docs/platform/concepts/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ and services within it.

| Console name | API name | Allowed actions |
| --------------------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage application users | `organization:app_users:write` | <ul> <li> Create, edit, and delete application users. </li> <li> View all application users. </li> <li> Generate tokens for application users that are not super admin and have not been granted any permissions. </li> <li> Revoke application tokens. </li> <li> List all application tokens. </li> </ul> |
| Manage application users | `organization:app_users:write` | <ul> <li> Create, edit, and delete application users. </li> <li> View all application users. </li> <li> Generate tokens for application users that are not super admin and have not been granted any permissions. </li> <li> Revoke application tokens. </li> <li> List all application tokens. </li> </ul> |
| View organization audit log | `organization:audit_logs:read` | <ul> <li> View the audit log. </li> </ul> |
| Manage domains | `organization:domains:write` | <ul> <li> Add, edit, and remove domains. </li> <li> View all organization domains. </li> </ul> |
| Manage groups | `organization:groups:write` | <ul> <li> Create, edit, and delete groups. </li> <li> Add organization and application users to groups. </li> <li> Remove organization and application users from groups. </li> </ul> |
| Manage projects | `organization:projects:write` | <ul> <li> Create and delete projects. </li> <li> Assign projects to billing groups. </li> <li> Add and remove project tags. </li> </ul> **Cannot otherwise access or move the project or its services.** |
| Manage groups | `organization:groups:write` | <ul> <li> Create and delete groups. </li> <li> Rename groups and update group descriptions. </li> <li> Add organization and application users to groups that have not been granted any permissions. </li> <li> Remove organization and application users from groups. </li> </ul> |
| Manage projects | `organization:projects:write` | <ul> <li> Create and delete projects. </li> <li> Assign projects to billing groups. </li> <li> Add and remove project tags. </li> </ul> **Cannot otherwise access or move the project or its services.** |
| Manage organization users | `organization:users:write` | <ul> <li> Invite new users to the organization. </li> <li> View all invited users. </li> <li> Remove user invites. </li> <li> Deactivate, edit and delete [managed users](/docs/platform/concepts/managed-users). </li> <li> Remove non-managed users from the organization. </li> <li> Reset passwords for managed users. </li> <li> View all authentication methods for an organization user. </li> <li> Revoke tokens for managed users. </li> <li> View all tokens generated by managed users. </li> </ul> |


## Project roles and permissions
You can grant the following roles and permissions to principals. Roles and permissions
granted at this level apply to the project and all services within it.
Expand Down