From 2aa124985311e258263a1668300b7a3a2f33bd4f Mon Sep 17 00:00:00 2001 From: Lucy Sweet Date: Sat, 26 Oct 2024 13:30:12 +0200 Subject: [PATCH] Re-add encryption-config.yaml --- configs/encryption-config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/encryption-config.yaml diff --git a/configs/encryption-config.yaml b/configs/encryption-config.yaml new file mode 100644 index 0000000..47259e1 --- /dev/null +++ b/configs/encryption-config.yaml @@ -0,0 +1,11 @@ +apiVersion: apiserver.config.k8s.io/v1 +kind: EncryptionConfiguration +resources: + - resources: + - secrets + providers: + - aescbc: + keys: + - name: key + secret: ${ENCRYPTION_KEY} + - identity: {}