Skip to content

Commit

Permalink
Merge pull request #248 from openinfradev/release
Browse files Browse the repository at this point in the history
main merge (20230818 )
  • Loading branch information
ktkfree authored Aug 18, 2023
2 parents 56ff6e0 + c7b1c19 commit cc6e26c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions cloud-accounts/aws-multi-tenancy-iam-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,35 @@ spec:
- \"iam:CreateRole\"
- \"iam:DeleteRole\"
- \"cloudformation:*\"
- \"autoscaling:DescribeAccountLimits\"
- \"cloudformation:DescribeAccountLimits\"
- \"cloudwatch:DescribeAlarmsForMetric\"
- \"cloudwatch:DescribeAlarms\"
- \"cloudwatch:GetMetricData\"
- \"cloudwatch:GetMetricStatistics\"
- \"dynamodb:DescribeLimits\"
- \"elasticloadbalancing:DescribeAccountLimits\"
- \"iam:GetAccountSummary\"
- \"kinesis:DescribeLimits\"
- \"organizations:DescribeAccount\"
- \"organizations:DescribeOrganization\"
- \"organizations:ListAWSServiceAccessForOrganization\"
- \"rds:DescribeAccountAttributes\"
- \"route53:GetAccountLimit\"
- \"tag:GetTagKeys\"
- \"tag:GetTagValues\"
- \"servicequotas:GetAssociationForServiceQuotaTemplate\"
- \"servicequotas:GetAWSDefaultServiceQuota\"
- \"servicequotas:GetRequestedServiceQuotaChange\"
- \"servicequotas:GetServiceQuota\"
- \"servicequotas:GetServiceQuotaIncreaseRequestFromTemplate\"
- \"servicequotas:ListAWSDefaultServiceQuotas\"
- \"servicequotas:ListRequestedServiceQuotaChangeHistory\"
- \"servicequotas:ListRequestedServiceQuotaChangeHistoryByQuota\"
- \"servicequotas:ListServices\"
- \"servicequotas:ListServiceQuotas\"
- \"servicequotas:ListServiceQuotaIncreaseRequestsInTemplate\"
- \"servicequotas:ListTagsForResource\"
Effect: \"Allow\"
Resource:
- \"*\"" | envsubst > bootstrap-manager-account.yaml
Expand Down

0 comments on commit cc6e26c

Please sign in to comment.