kms-vault-operator
kms-vault-operator copied to clipboard
Implement mergeable secrets
It would be great to have a way to support deploying multiple KMSVaultSecret
s that are writing to the same path and merge the content of both to avoid contention, similar to how Nginx has mergeable ingresses.
The PartialKMSVaultSecret
s provide kind of an alternative to this, but enabling mergeable secrets can make integrations with other systems be more cloud-native.
+1
👍