-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'testing script for vault integration'
- Loading branch information
romdalf
committed
Jun 9, 2024
1 parent
a20ed87
commit c5dddb6
Showing
9 changed files
with
176 additions
and
56 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
configuration/k8s/encryption/vault-encryption-config-bkp.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: apiserver.config.k8s.io/v1 | ||
kind: EncryptionConfiguration | ||
resources: | ||
- resources: | ||
- secrets | ||
- configmaps | ||
providers: | ||
- identity: {} |
13 changes: 13 additions & 0 deletions
13
configuration/k8s/encryption/vault-encryption-config-with_kms.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: apiserver.config.k8s.io/v1 | ||
kind: EncryptionConfiguration | ||
resources: | ||
- resources: | ||
- secrets | ||
- configmaps | ||
providers: | ||
- kms: | ||
apiVersion: v2 | ||
name: kleidi-kms-plugin | ||
endpoint: unix:///tmp/kleidi/kleidi-kms-plugin.socket | ||
timeout: 5s | ||
- identity: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters