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

Add x-amz-server-side-encryption header for AES256 SSE without customer keys (non SSE-C) #771

Closed
wants to merge 84 commits into from

Conversation

85danf
Copy link

@85danf 85danf commented Aug 8, 2024

Problem

See #770

Solution

The code in this PR adds the x-amz-server-side-encryption header in cases where SSE is configured to be AES256 but not customer key was provided.

Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

The following versions (and onwards) are affected, I'm not sure about this repo's patch strategy so I opened it on the latest branch.

  • 10.5.6
  • 10.4.8
  • 10.3.10
  • 10.2.14
  • 10.1.15
  • 10.0.26

Test Strategy

Built locally and tested on our environment.

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

pbadani and others added 30 commits May 16, 2023 11:42
[CC-20979] [CC-20329] Updated CVEs (jackson and snappy package)
Merge Conflict Resolution (from 10.5.x to master)
@85danf 85danf requested a review from a team as a code owner August 8, 2024 07:56
Copy link

cla-assistant bot commented Aug 8, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
8 out of 13 committers have signed the CLA.

✅ pbadani
✅ ashoke-cube
✅ aniketshrimal
✅ dttung2905
✅ rohits64
✅ subhashiyer9
✅ huizheng278
✅ 85danf
❌ ConfluentJenkins
sp-gupta
❌ Enigma25
❌ b-goyal
❌ ConfluentSemaphore
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

cla-assistant bot commented Aug 8, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@85danf 85danf changed the base branch from master to 10.5.x August 8, 2024 07:57
@85danf 85danf closed this Aug 8, 2024
@85danf
Copy link
Author

85danf commented Aug 8, 2024

Wrong branch

@85danf 85danf deleted the 85danf-patch-1 branch August 8, 2024 07:58
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.