-
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 docs/pages/includes/preset-roles-table.mdx
Co-authored-by: Nic Klaassen <[email protected]>
- Loading branch information
1 parent
6be1fb5
commit 60c35a9
Showing
1 changed file
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
| Role | Description | | ||
| --- | --- | | ||
| `access`| Allows access to cluster resources. | | ||
| `auditor`| Allows reading cluster events, audit logs, and playing back session records. | | ||
| `device-admin`| Used to manage trusted devices.| | ||
| `device-enroll`| Used to grant device enrollment powers to users.| | ||
| `editor` | Allows editing of cluster configuration settings. | | ||
| `group-access`| Allows access to all user groups.| | ||
| `auditor`| Allows reading cluster events, audit logs, and playing back session records. | | ||
| `requester`| Enterprise-only role that allows a user to create Access Requests. | | ||
| `require-trusted-device`| Requires trusted device access to resources.| | ||
| `reviewer`| Enterprise-only role that allows review of Access Requests. | | ||
| `terraform-provider`|Allows the Teleport Terraform provider to configure all of its supported Teleport resources.| | ||
| `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. | | ||
|