refactor(encryption): update aws-encryption-provider service to use k8s_encryption_provider and remove obsolete scripts

This commit is contained in:
2025-05-19 00:41:28 +02:00
parent c9def750f6
commit 2ba2df5cf7
7 changed files with 2 additions and 144 deletions
-7
View File
@@ -1,10 +1,3 @@
- name: Copy aws-encryption-provider binary to the host
become: true
ansible.builtin.copy:
src: aws-encryption-provider
dest: /usr/local/bin/aws-encryption-provider
mode: "0755"
- name: Create KMS socket directory
become: true
ansible.builtin.file: