Skip to content

Commit

Permalink
Add delete permission to snapshot stewards on requests (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Jul 8, 2024
1 parent e630c18 commit 201d5a9
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 @@ -1361,7 +1361,7 @@ resourceTypes = {
roleActions = ["get", "update", "delete", "create_with_parent"]
}
approver = {
roleActions = ["get", "approve"]
roleActions = ["get", "approve", "delete"]
}
}
reuseIds = false
Expand Down

0 comments on commit 201d5a9

Please sign in to comment.