vault-csi-provider
vault-csi-provider copied to clipboard
Feature request: Ability to consume entire secret data rather than just a single key
Reviewing the code for fetching secrets from Vault here, it appears there are currently two options:
- Set
secretKeyto pull a particular value out of the secret data. - Do not set
secretKeyand get the entire response from Vault.
It would be helpful to have the option to get the entire secret data.