Skip to content

Commit 1e57920

Browse files
committed
allow org-owner to stop workspace on all workspaces in the organization
1 parent c253449 commit 1e57920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spicedb/schema/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ schema: |-
143143
// Note: All of this is modelled after current behavior.
144144
// There are a lot of improvements we can make here in the light of Organizations, but we explicitly do that as a separate step
145145
permission start = owner
146-
permission stop = owner + org->installation_admin
146+
permission stop = owner + org->installation_admin + org->owner
147147
permission delete = owner
148148
149149
// Whether a user can read basic info/metadata of a workspace

0 commit comments

Comments
 (0)