Skip to content

Commit 1a495bd

Browse files
Stefano Montanellisbkok
Stefano Montanelli
authored andcommitted
Added permission to codebuild-role in the deployment account to read AWS Organizations
1 parent 2d55d2c commit 1a495bd

File tree

1 file changed

+1
-0
lines changed
  • src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment

1 file changed

+1
-0
lines changed

src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ Resources:
320320
- "sts:AssumeRole"
321321
Resource:
322322
- !Sub arn:${AWS::Partition}:iam::*:role/adf-readonly-automation-role
323+
- !Sub arn:${AWS::Partition}:iam::*:role/adf/organizations/adf-organizations-readonly
323324
Condition:
324325
StringEquals:
325326
aws:PrincipalOrgID: !Ref OrganizationId

0 commit comments

Comments
 (0)