Skip to content

Commit

Permalink
allow creating with parent
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed Jun 11, 2024
1 parent 3b39942 commit baa8e9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1689,11 +1689,14 @@ resourceTypes = {
read = {
description = "read from the private azure storage account"
}
create_with_parent = {
description = "Enables creating the request object with a parent"
}
}
ownerRoleName = "submitter"
roles = {
submitter = {
roleActions = ["delete", "read_policy::submitter", "read",]
roleActions = ["delete", "read_policy::submitter", "read", "create_with_parent"]
}
reader = {
roleActions = ["read", "read_policy::submitter"]
Expand Down

0 comments on commit baa8e9e

Please sign in to comment.