From 3674b72b4bb08f1f8e8ced07fa8e40c0521112e2 Mon Sep 17 00:00:00 2001 From: amold1 Date: Thu, 18 Apr 2024 14:07:08 -0400 Subject: [PATCH] add sseCustomerAlgorithm to aws config (#260) add sseCustomerAlgorithm to aws config based on new changes to upstream --- templates/addons/etcd-backup-restore/etcd-backup-restore.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/addons/etcd-backup-restore/etcd-backup-restore.yaml b/templates/addons/etcd-backup-restore/etcd-backup-restore.yaml index 5b1aef688..f8f3425a4 100644 --- a/templates/addons/etcd-backup-restore/etcd-backup-restore.yaml +++ b/templates/addons/etcd-backup-restore/etcd-backup-restore.yaml @@ -35,7 +35,8 @@ data: "secretAccessKey": "$${AWS_SECRET_ACCESS_KEY}", "region": "$${AWS_REGION}", "endpoint": "$${AWS_ENDPOINT#*$$BUCKET_NAME.}", - "sseCustomerKey": "$${AWS_SSE_CUSTOMER_KEY}" + "sseCustomerKey": "$${AWS_SSE_CUSTOMER_KEY}", + "sseCustomerAlgorithm": "AES256" } EOF volumeMounts: