]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/crypt: apply rgw_crypt_default_encryption_key by default 52795/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 26 May 2023 18:32:06 +0000 (14:32 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 3 Aug 2023 20:27:48 +0000 (16:27 -0400)
commitcfe3e7125700b3b57d6d58ef47272c1b3ede237b
tree512e81f6b02f71310329941024d41c0a97fa8f43
parenta61d54a8c803ab0b18f17d9bf8fe9aa0825a5a34
rgw/crypt: apply rgw_crypt_default_encryption_key by default

the default encryption key now applies to all uploads that don't
override the encryption method. it had been a fallback 'backend'
for sse-s3, but it was impossible to configure sse-s3 with any backend
but "vault"

Fixes: https://tracker.ceph.com/issues/61473
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2bef4c6d34681d94f183613e3b79633ed66b3ae7)
src/rgw/rgw_crypt.cc