Skip to content

Commit

Permalink
Grant Phil, Rixing identity-central accounts access to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Aug 30, 2023
1 parent fdf30bd commit f72916d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/s3-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Resources:
- Sid: AccountRead
Effect: Allow
Principal:
AWS: !Sub '${AWS::AccountId}'
AWS:
- !Sub '${AWS::AccountId}'
- 'arn:aws:sts::526515999252:assumed-role/AWSReservedSSO_S3ExternalCollab_40c062f682e7f3f5/[email protected]'
- 'arn:aws:sts::526515999252:assumed-role/AWSReservedSSO_S3ExternalCollab_40c062f682e7f3f5/[email protected]'
Action:
- 's3:Get*'
- 's3:List*'
Expand Down

0 comments on commit f72916d

Please sign in to comment.