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
Copy file name to clipboardExpand all lines: coderd/rbac/USAGE.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ These can be found in `coderd/rbac/roles.go`.
31
31
|**orgUserAdmin**| Like **userAdmin**, but scoped to a single organization |_(org-level equivalent)_|
32
32
|**orgTemplateAdmin**| Like **templateAdmin**, but scoped to a single organization |_(org-level equivalent)_|
33
33
34
+
**Note an example resource indicates the role has at least 1 permission related to the resource. Not that the role has complete CRUD access to the resource.**
35
+
34
36
_\* except some, which are not important to this overview_
35
37
36
38
## Actions
@@ -135,7 +137,7 @@ In our case, we want **members** to be able to CRUD their own frobulators and we
135
137
want **owners** to CRUD all members' frobulators. This is how most resources
136
138
work, and the RBAC system is setup for this by default.
137
139
138
-
However, let's say we want **auditors** to have read-only access to all members'
140
+
However, let's say we want **organization auditors** to have read-only access to all organization's
139
141
frobulators; we need to add it to `coderd/rbac/roles.go`:
0 commit comments