feat(encryption): implement AWS KMS integration with encryption provider and update related configurations

This commit is contained in:
2025-05-11 19:41:48 +02:00
parent 3e12b13d95
commit 457f2bd810
17 changed files with 268 additions and 48 deletions
+3
View File
@@ -7,3 +7,6 @@ USER_PASSWORD_OPERATOR=$USER_PASSWORD_OPERATOR
ANSIBLE_FORCE_COLOR=True
BUCKET_SUFFIX=$BUCKET_SUFFIX
MICROK8S_ENCRYPTION_SECRET=$MICROK8S_ENCRYPTION_SECRET
KMS_ACCESS_KEY=$KMS_ACCESS_KEY
KMS_SECRET_KEY=$KMS_SECRET_KEY
KMS_KEY_ARN=$KMS_KEY_ARN