-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the list of preset roles (#44606)
* Update the list of preset roles Closes #44086 In the Access Controls reference, mention preset roles based on `constants.go`. Since we use a list of preset roles in two guides, extract the table of preset roles from the Access Controls reference into a partial. * Update docs/pages/includes/preset-roles-table.mdx Co-authored-by: Nic Klaassen <[email protected]> --------- Co-authored-by: Nic Klaassen <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
| Role | Description | | ||
| --- | --- | | ||
| `access`| Allows access to cluster resources. | | ||
| `editor` | Allows editing of cluster configuration settings. | | ||
| `auditor`| Allows reading cluster events, audit logs, and playing back session records. | | ||
| `requester`| Enterprise-only role that allows a user to create Access Requests. | | ||
| `reviewer`| Enterprise-only role that allows review of Access Requests. | | ||
| `group-access`| Allows access to all user groups. | | ||
| `device-admin`| Used to manage trusted devices. | | ||
| `device-enroll`| Used to grant device enrollment powers to users. | | ||
| `require-trusted-device`| Requires trusted device access to resources. | | ||
| `terraform-provider`| Allows the Teleport Terraform provider to configure all of its supported Teleport resources. | | ||
|