Skip to content

Commit

Permalink
read/alter policies while testing for DT-1100
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Dec 20, 2024
1 parent 2ea20c5 commit 20d4171
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1484,11 +1484,23 @@ resourceTypes = {
create_with_parent = {
description = "Enables creating the request object with a parent"
}
share_policy = {
description = "Can grant and revoke a users' permission"
}
read_policies = {
description = "Can read policies"
}
alter_policies = {
description = "Can alter policies"
}
set_parent = {
description = "Set the parent of the snapshot builder request"

}
ownerRoleName = "owner"
roles = {
owner = {
roleActions = ["get", "update", "delete", "create_with_parent"]
roleActions = ["get", "update", "delete", "create_with_parent", "share_policy", "read_policies", "alter_policies", "set_parent"]
}
approver = {
roleActions = ["get", "approve", "delete"]
Expand Down

0 comments on commit 20d4171

Please sign in to comment.