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
@@ -2,3 +2,9 @@
encryption_volumes: []
encryption_volumes_path: /var/lib/encrypted_volumes
encryption_volumes_default_size: 1G
encryption_aws_access_key_id:
encryption_aws_secret_access_key:
encryption_kms_arn:
encryption_kms_region: eu-west-1
encryption_kms_socket: /var/run/kmsplugin/socket.sock