pulumi / get.pulumi.com

The infrastructure behind https://get.pulumi.com.
https://get.pulumi.com
7 stars 7 forks source link

Add ACL for Data Account to be able to access this bucket #175

Closed sicarul closed 6 months ago

sicarul commented 6 months ago

Because of how this Bucket's canned ACL is implemented, only the owner account and cloudfront's account can access this bucket, even when adding a bucket policy for the data account to access. To enable the data account to access this bucket, this PR creates an equivalent non-canned ACL policy, but adding access to the data account.

ACL screen capture from the AWS Console (FULL_CONTROL is Read/Write over the 2 columns):

image