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

fix: Do not set S3 kms encryption by default #516

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

jayengee
Copy link
Contributor

Summary

Previous change set s3 KMS encryption by default

Test Plan

Say unittests, or list out steps to verify changes.

References

(Optional) Additional links to provide more context.

@jayengee jayengee marked this pull request as ready for review July 17, 2023 19:59
@jayengee jayengee requested a review from a team as a code owner July 17, 2023 19:59
@kuannie1
Copy link
Contributor

kuannie1 commented Oct 2, 2023

@jayengee are you sure you want to do this? Encryption is generally encouraged

@jayengee
Copy link
Contributor Author

jayengee commented Oct 3, 2023

@kuannie1 - yes. This is specifically KMS encryption (which I introduced in July as an option), rather the Server Side Encryption (SSE). KMS encryption is great in that it allows cross-account bucket access, but also creates overhead as anyone accessing that bucket would also require access to the KMS key

This PR doesn't remove encryption but rather just switches the default protocol back to SSE

@jayengee jayengee merged commit a164d2a into main Oct 3, 2023
98 checks passed
@jayengee jayengee deleted the jng/fix-default-encryption branch October 3, 2023 16:47
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.

3 participants