We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c253449 commit 1e57920Copy full SHA for 1e57920
components/spicedb/schema/schema.yaml
@@ -143,7 +143,7 @@ schema: |-
143
// Note: All of this is modelled after current behavior.
144
// There are a lot of improvements we can make here in the light of Organizations, but we explicitly do that as a separate step
145
permission start = owner
146
- permission stop = owner + org->installation_admin
+ permission stop = owner + org->installation_admin + org->owner
147
permission delete = owner
148
149
// Whether a user can read basic info/metadata of a workspace
0 commit comments