Skip to content

Commit

Permalink
allow owners to set can share
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Nov 5, 2018
1 parent 0c5799f commit 524d07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resourceTypes = {
roleActions = []
}
owner = {
roleActions = ["delete", "read_policies", "share_policy::owner", "share_policy::writer", "share_policy::reader", "own", "write", "read", "compute", "share_policy::can-compute", "share_policy::can-catalog", "read_auth_domain"]
roleActions = ["delete", "read_policies", "share_policy::owner", "share_policy::writer", "share_policy::reader", "own", "write", "read", "compute", "share_policy::share-reader", "share_policy::share-writer", "share_policy::can-compute", "share_policy::can-catalog", "read_auth_domain"]
}
writer = {
roleActions = ["read_policy::owner", "write", "read", "read_auth_domain"]
Expand Down

0 comments on commit 524d07b

Please sign in to comment.