Skip to content

Commit

Permalink
[AWS Orgs] CloudFormation: Add more read permissions (#1226)
Browse files Browse the repository at this point in the history
This will future-proof our CloudFormation template for future changes
like #1177 and #1214 that will require more permissions in the
organization level. After merging those, newer CloudFormation templates
can trim down the required permissions again.
  • Loading branch information
orestisfl authored Aug 14, 2023
1 parent 7c60421 commit 3ecb085
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ Resources:
Statement:
- Effect: Allow
Action:
- organizations:ListAccounts
- organizations:List*
- organizations:Describe*
Resource: '*'
- Effect: Allow
Action:
Expand Down

0 comments on commit 3ecb085

Please sign in to comment.