Skip to content

Commit

Permalink
Enable server side encription for S3 MariaDB backup contexts
Browse files Browse the repository at this point in the history
Related-Prod: PRODX-46865
Change-Id: I36479dff05ffd80cefee3d778141421b217b5578
  • Loading branch information
Oleksandr Kononenko committed Sep 20, 2024
1 parent eebbdef commit 34a6cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/osdpl/core-ceph-local-non-dvr-backup-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ spec:
type: s3
provider: Ceph
endpoint: https://openstack-store.it.just.works/
server_side_encryption: aws:kms
access_key_id: "change_access_key"
secret_access_key: "change_secret_key"
sse_kms_key_id: "change_kms_key"
ssl:
public_endpoints:
api_cert: |-
Expand Down
2 changes: 2 additions & 0 deletions examples/osdpl/core-lvm-lvm-non-dvr-backup-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ spec:
type: s3
provider: Ceph
endpoint: https://openstack-store.it.just.works/
server_side_encryption: aws:kms
access_key_id: "change_access_key"
secret_access_key: "change_secret_key"
sse_kms_key_id: "change_kms_key"
glance:
backends:
cinder:
Expand Down

0 comments on commit 34a6cb2

Please sign in to comment.