hashicorp / vault-csi-provider

HashiCorp Vault Provider for Secret Store CSI Driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anthonyralston opened this issue · 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.