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 S3 Bucket ACLs To Match AWS's New Requirements #900

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

camdesgov
Copy link
Contributor

What

Update S3 Bucket ACLs To Match AWS's New Requirements

Why

Since we coded our S3 buckets in terraform, AWS has made some changes to S3 ACLs. The way old way we had S3 ACLs configured caused errors when creating a new environment. The full summary of this change is available by Hashicorp on github: hashicorp/terraform-provider-aws#28353

Here is a summary from Hashicorp: "The impending S3 security changes will not require breaking changes to v3 or v4 of the Terraform AWS provider. However, some previously valid S3 bucket ACL configurations will begin returning errors for net-new buckets. Existing buckets (and their corresponding terraform configuration) are not impacted."

Link to JIRA card (if applicable):

https://technologyprogramme.atlassian.net/jira/software/projects/GW/boards/251?assignee=5e45277d29e6d00c970616c6&selectedIssue=GW-1471

Since we coded our S3 buckets in terraform, AWS has made some changes to S3
ACLs. The way old way we had S3 ACLs configured caused errors when creating a
new environment. The full summary of this change is available by Hashicorp on
github: hashicorp/terraform-provider-aws#28353

Here is a summary from Hashicorp: "The impending S3 security changes will not
require breaking changes to v3 or v4 of the Terraform AWS provider. However,
some previously valid S3 bucket ACL configurations will begin returning errors
for net-new buckets. Existing buckets (and their corresponding terraform
configuration) are not impacted."

Jira:
https://technologyprogramme.atlassian.net/jira/software/projects/GW/boards/251?assignee=5e45277d29e6d00c970616c6&selectedIssue=GW-1471
@camdesgov camdesgov merged commit acd44f7 into master Sep 6, 2024
4 checks passed
@camdesgov camdesgov deleted the acls-adjusted branch September 6, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants