vault-csi-provider icon indicating copy to clipboard operation
vault-csi-provider copied to clipboard

Feature request: Ability to consume entire secret data rather than just a single key

Open anthonyralston opened this issue 2 years ago • 0 comments

Reviewing the code for fetching secrets from Vault here, it appears there are currently two options:

  • Set secretKey to pull a particular value out of the secret data.
  • Do not set secretKey and get the entire response from Vault.

It would be helpful to have the option to get the entire secret data.

anthonyralston avatar Apr 24 '23 03:04 anthonyralston