Vault role for secret and configmap mutations #160
Labels
kind/enhancement
Categorizes issue or PR as related to an improvement.
lifecycle/keep
Denotes an issue or PR that should be preserved from going stale.
The default VAULT_ROLE env var sets a default for all kinds of mutations, regardless of where (namespace) the actual injection happens.
In case of pods, the injection happens in the pods's namespace. In case of secrets and configmaps, the injection happens in the vault secrets webhook namespace.
We should have a separate global default for these two cases.
The text was updated successfully, but these errors were encountered: