Skip to content

Commit cc6e26c

Browse files
authored
Merge pull request #248 from openinfradev/release
main merge (20230818 )
2 parents 56ff6e0 + c7b1c19 commit cc6e26c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

cloud-accounts/aws-multi-tenancy-iam-resources.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,35 @@ spec:
7676
- \"iam:CreateRole\"
7777
- \"iam:DeleteRole\"
7878
- \"cloudformation:*\"
79+
- \"autoscaling:DescribeAccountLimits\"
80+
- \"cloudformation:DescribeAccountLimits\"
81+
- \"cloudwatch:DescribeAlarmsForMetric\"
82+
- \"cloudwatch:DescribeAlarms\"
83+
- \"cloudwatch:GetMetricData\"
84+
- \"cloudwatch:GetMetricStatistics\"
85+
- \"dynamodb:DescribeLimits\"
86+
- \"elasticloadbalancing:DescribeAccountLimits\"
87+
- \"iam:GetAccountSummary\"
88+
- \"kinesis:DescribeLimits\"
89+
- \"organizations:DescribeAccount\"
90+
- \"organizations:DescribeOrganization\"
91+
- \"organizations:ListAWSServiceAccessForOrganization\"
92+
- \"rds:DescribeAccountAttributes\"
93+
- \"route53:GetAccountLimit\"
94+
- \"tag:GetTagKeys\"
95+
- \"tag:GetTagValues\"
96+
- \"servicequotas:GetAssociationForServiceQuotaTemplate\"
97+
- \"servicequotas:GetAWSDefaultServiceQuota\"
98+
- \"servicequotas:GetRequestedServiceQuotaChange\"
99+
- \"servicequotas:GetServiceQuota\"
100+
- \"servicequotas:GetServiceQuotaIncreaseRequestFromTemplate\"
101+
- \"servicequotas:ListAWSDefaultServiceQuotas\"
102+
- \"servicequotas:ListRequestedServiceQuotaChangeHistory\"
103+
- \"servicequotas:ListRequestedServiceQuotaChangeHistoryByQuota\"
104+
- \"servicequotas:ListServices\"
105+
- \"servicequotas:ListServiceQuotas\"
106+
- \"servicequotas:ListServiceQuotaIncreaseRequestsInTemplate\"
107+
- \"servicequotas:ListTagsForResource\"
79108
Effect: \"Allow\"
80109
Resource:
81110
- \"*\"" | envsubst > bootstrap-manager-account.yaml

0 commit comments

Comments
 (0)