Skip to content

Commit 402e31f

Browse files
committed
Revert "Rule index org allow expansion"
This reverts commit 0ef4b5c. This addition made a unit test fail with a supporting statemetn
1 parent 0ef4b5c commit 402e31f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/rbac/policy.rego

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ default scope_org := 0
9393
scope_org := org_allow([input.scope])
9494

9595
org_allow(roles) := num {
96-
# Rule index on org_owner being set.
97-
input.object.org_owner != ""
9896
allow := { id: num |
9997
id := org_members[_]
10098
set := { x |

0 commit comments

Comments
 (0)