Skip to content

Commit

Permalink
add spend-profile.read_profile action (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet authored Jul 11, 2024
1 parent 1ae7632 commit f006c05
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1102,26 +1102,29 @@ resourceTypes = {
"read_job_result" = {
description = "allows reading the result of a job"
}
"read_profile" = {
description = "read spend profile"
}
}
ownerRoleName = "owner"
roles = {
owner = {
descendantRoles = {
landing-zone = ["owner"]
}
roleActions = ["update_billing_account", "update_metadata", "delete", "link", "share_policy::owner", "share_policy::user", "share_policy::pet-creator", "read_policies", "add_child", "list_children", "view_journal", "set_managed_resource_group", "create-pet", "read_spend_report", "read_job_result"]
roleActions = ["update_billing_account", "update_metadata", "delete", "link", "share_policy::owner", "share_policy::user", "share_policy::pet-creator", "read_policies", "add_child", "list_children", "view_journal", "set_managed_resource_group", "create-pet", "read_spend_report", "read_job_result", "read_profile"]
}
user = {
descendantRoles = {
landing-zone = ["user"]
}
roleActions = ["link", "share_policy::user", "share_policy::pet-creator", "read_policy::pet-creator", "add_child", "create-pet", "read_job_result"]
roleActions = ["link", "share_policy::user", "share_policy::pet-creator", "read_policy::pet-creator", "add_child", "create-pet", "read_job_result", "read_profile"]
}
admin = {
roleActions = ["share_policy::owner", "read_policies", "alter_policies", "delete"]
roleActions = ["share_policy::owner", "read_policies", "alter_policies", "delete", "read_profile"]
}
pet-creator = {
roleActions = ["create-pet", "share_policy::pet-creator", "read_policy::pet-creator"]
roleActions = ["create-pet", "share_policy::pet-creator", "read_policy::pet-creator", "read_profile"]
}
}
reuseIds = true
Expand Down

0 comments on commit f006c05

Please sign in to comment.