-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Is your feature request related to a problem? Please describe:
Currently, when using the Vault Secret Operator, users have to create VaultConnection and VaultAuth resources in every namespace where they need to access secrets from Vault. This leads to duplication of resources.
Describe the solution you'd like:
It would be helpful if the Vault Secret Operator allowed for the creation of VaultConnection and VaultAuth resources in a single namespace, and allowed other namespaces to reference these resources using VaultSecret CRDs. This would simplify the management of Vault resources and reduce duplication. Additionally, since the helm chart already allows the creation of default VaultConnection and VaultAuth resources, it would be great to use these resources instead of requiring users to create new ones for each namespace.