You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groups are helpful to define a set of common permissions for a group of users. It can be used with [RBAC](../rbac.md) to have a better access control.
4
+
5
+
## Enabling this feature
6
+
7
+
This feature is auto enabled for all enterprise deployments. Admins may contact us to purchase a license [here](https://coder.com/contact?note=I%20want%20to%20upgrade%20my%20license).
RBAC helps admins to control what their users and [groups](./groups.md) can access.
4
+
5
+
> **Note**:
6
+
> Right now, the only resource type where an admin can use RBAC is [Template](../templates.md) but we are planning to extend this capability to other resource types as well.
7
+
8
+
## Permissions
9
+
10
+
You can set the following permissions:
11
+
12
+
-**Admin**. Can edit and remove the resource including the permissions.
13
+
-**View**. Can only read and access the resource.
14
+
15
+
## Enabling this feature
16
+
17
+
This feature is auto enabled for all enterprise deployments. Admins may contact us to purchase a license [here](https://coder.com/contact?note=I%20want%20to%20upgrade%20my%20license).
0 commit comments