feat(encryption): implement AWS KMS integration with encryption provider and update related configurations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user