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
@@ -0,0 +1,13 @@
[Unit]
Description=AWS Encryption Provider
After=network.target
Before=snap.microk8s.daemon-kubelite.service
[Service]
Type=simple
ExecStart=/usr/local/bin/start-encryption-provider.sh
Restart=on-failure
User=root
[Install]
WantedBy=snap.microk8s.daemon-kubelite.service