Skip to content

Commit

Permalink
Merge branch 'develop' into grantaar-servicecatalog-envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronegrant authored Aug 23, 2024
2 parents dcf9bf6 + 692d12b commit 3a081ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ resourceTypes = {
admin_read_summary_information = {
description = "view summary information on resources of this resource type"
}
admin_specify_acting_user = {
description = "specify a different user that is preforming a given action on the resource"
}
}

ownerRoleName = "owner"
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/sam.conf
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ resourceAccessPolicies {
memberEmails = [
${?RAWLS_SERVICE_ACCOUNT}
]
actions = ["admin_specify_acting_user"]
descendantPermissions = [
{
resourceTypeName = "spend-profile",
Expand Down

0 comments on commit 3a081ab

Please sign in to comment.