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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +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.**
34
+
**Note an example resource indicates the role has at least 1 permission related
35
+
to the resource. Not that the role has complete CRUD access to the resource.**
35
36
36
37
_\* except some, which are not important to this overview_
37
38
@@ -137,8 +138,8 @@ In our case, we want **members** to be able to CRUD their own frobulators and we
137
138
want **owners** to CRUD all members' frobulators. This is how most resources
138
139
work, and the RBAC system is setup for this by default.
139
140
140
-
However, let's say we want **organization auditors** to have read-only access to all organization's
141
-
frobulators; we need to add it to `coderd/rbac/roles.go`:
141
+
However, let's say we want **organization auditors** to have read-only access to
142
+
all organization's frobulators; we need to add it to `coderd/rbac/roles.go`:
0 commit comments