Skip to content

Commit

Permalink
adjust sample policy to recent change in aws permissions -- #112
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard357 committed Jul 29, 2023
1 parent 8724f2c commit de75d9d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions fixtures/policies/allow_account_automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,33 @@
"Sid": "AllowToAccessCostInformation",
"Effect": "Allow",
"Action": [
"aws-portal:ViewBilling",
"ce:*"
"account:GetAccountInformation",
"billing:GetBillingData",
"billing:GetBillingDetails",
"billing:GetBillingNotifications",
"billing:GetBillingPreferences",
"billing:GetContractInformation",
"billing:GetCredits",
"billing:GetIAMAccessPreference",
"billing:GetSellerOfRecord",
"billing:ListBillingViews",
"ce:*",
"consolidatedbilling:GetAccountBillingRole",
"consolidatedbilling:ListLinkedAccounts",
"cur:GetClassicReport",
"cur:GetClassicReportPreferences",
"cur:ValidateReportDestination",
"freetier:GetFreeTierAlertPreference",
"freetier:GetFreeTierUsage",
"invoicing:GetInvoiceEmailDeliveryPreferences",
"invoicing:GetInvoicePDF",
"invoicing:ListInvoiceSummaries",
"payments:GetPaymentInstrument",
"payments:GetPaymentStatus",
"payments:ListPaymentPreferences",
"tax:GetTaxInheritance",
"tax:GetTaxRegistrationDocument",
"tax:ListTaxRegistrations"
],
"Resource": "*"
}
Expand Down

0 comments on commit de75d9d

Please sign in to comment.