mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
4456d0bfea
* docs: role sync (enterprise) * edits from code review * fix typo
19 lines
604 B
Markdown
19 lines
604 B
Markdown
# Role Based Access Control (RBAC)
|
|
|
|
Use RBAC to define which users and [groups](./groups.md) can use specific templates in Coder. These can be defined in Coder or [synced from your identity provider](./auth.md)
|
|
|
|

|
|
|
|
The "Everyone" group makes a template accessible to all users. This can be removed to make a template private.
|
|
|
|
## Permissions
|
|
|
|
You can set the following permissions:
|
|
|
|
- **Admin**: Read, use, edit, push, and delete
|
|
- **View**: Read, use
|
|
|
|
## Enabling this feature
|
|
|
|
This feature is only available with an enterprise license. [Learn more](../enterprise.md)
|