mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: Add auditor role to roles table (#5557)
* docs: Add auditor role to roles table * make fmt
This commit is contained in:
+9
-8
@@ -6,14 +6,15 @@ This article walks you through the user roles available in Coder and creating an
|
||||
|
||||
Coder offers these user roles in the community edition:
|
||||
|
||||
| | User Admin | Template Admin | Owner |
|
||||
| ------------------------------------------ | ---------- | -------------- | ----- |
|
||||
| Add and remove Users | ✅ | | ✅ |
|
||||
| Manage groups (enterprise) | ✅ | | ✅ |
|
||||
| Change User roles | | | ✅ |
|
||||
| Manage **ALL** Templates | | ✅ | ✅ |
|
||||
| View, update and delete **ALL** Workspaces | | ✅ | ✅ |
|
||||
| Execute and use **ALL** Workspaces | | | ✅ |
|
||||
| | Auditor | User Admin | Template Admin | Owner |
|
||||
| ----------------------------------------------------- | ------- | ---------- | -------------- | ----- |
|
||||
| Add and remove Users | | ✅ | | ✅ |
|
||||
| Manage groups (enterprise) | | ✅ | | ✅ |
|
||||
| Change User roles | | | | ✅ |
|
||||
| Manage **ALL** Templates | | | ✅ | ✅ |
|
||||
| View, update and delete **ALL** Workspaces | | | ✅ | ✅ |
|
||||
| Execute and use **ALL** Workspaces | | | | ✅ |
|
||||
| View all user operation [Audit Logs](./audit-logs.md) | ✅ | | | ✅ |
|
||||
|
||||
A user may have one or more roles. All users have an implicit Member role
|
||||
that may use personal workspaces.
|
||||
|
||||
Reference in New Issue
Block a user