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/README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,18 @@ A _role_ is a set of permissions. When evaluating a role's permission to form an
65
65
The following table shows the per-level role evaluation.
66
66
Y indicates that the role provides positive permissions, N indicates the role provides negative permissions, and_indicates the role does not provide positive or negative permissions. YN_ indicates that the value in the cell does not matter for the access result.
67
67
68
-
| Role (example)| Site| Org| User| Result|
69
-
|-----------------|------|------|------|--------|
70
-
| site-admin| Y| YN\_| YN\_| Y|
71
-
| no-permission| N| YN\_| YN\_| N|
72
-
| org-admin|\_| Y| YN\_| Y|
73
-
| non-org-member|\_| N| YN\_| N|
74
-
| user|\_|\_| Y| Y|
75
-
||\_|\_| N| N|
76
-
| unauthenticated|\_|\_|\_| N|
68
+
| Role (example)| Site| Org| OrgMember| User| Result|