Skip to content

Commit a7cf396

Browse files
committed
test prebuilt workspaces in non-default organizations
1 parent 0fcac58 commit a7cf396

File tree

7 files changed

+467
-323
lines changed

7 files changed

+467
-323
lines changed

coderd/database/dbauthz/dbauthz.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ var (
402402
rbac.ResourceUser.Type: {
403403
policy.ActionRead,
404404
},
405+
rbac.ResourceOrganization.Type: {
406+
policy.ActionRead,
407+
},
405408
}),
406409
},
407410
}),

0 commit comments

Comments
 (0)