Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CDK stack to allow for AWS bucket policy changes #8950

Closed
willmcvay opened this issue Apr 27, 2023 · 0 comments · Fixed by #8951 or #8957
Closed

Update CDK stack to allow for AWS bucket policy changes #8950

willmcvay opened this issue Apr 27, 2023 · 0 comments · Fixed by #8951 or #8957
Assignees
Labels
front-end Relates to front end issues infrastructure Issues that involve infrastructure creation or maintenance task

Comments

@willmcvay
Copy link
Contributor

Background context or User story:

AWS have changed their bucket access policy in Cloudformation see https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/

Specification or Acceptance Criteria:

  • Need to add the below to the site CDK stack
    blockPublicAccess: BlockPublicAccess.BLOCK_ACLS,
    accessControl: BucketAccessControl.BUCKET_OWNER_FULL_CONTROL,
@willmcvay willmcvay added front-end Relates to front end issues infrastructure Issues that involve infrastructure creation or maintenance task labels Apr 27, 2023
@willmcvay willmcvay self-assigned this Apr 27, 2023
willmcvay added a commit that referenced this issue Apr 27, 2023
willmcvay added a commit that referenced this issue Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end Relates to front end issues infrastructure Issues that involve infrastructure creation or maintenance task
Projects
None yet
1 participant