nodevault / node-vault

Client for HashiCorp's Vault
https://vaultproject.io/
MIT License
528 stars 161 forks source link

Question - is there a way to read a versioned secret ? #246

Open lioraltarescu opened 7 months ago

lioraltarescu commented 7 months ago

Hi is there a way to read versioned secret such as mentioned here ? I couldn't see it in the docs. I would appreciate if it possible to provide me a link to the doc and if not I would like to change this to a feature request.

thank you

delfuego commented 4 months ago

As far as I understand, there is still no support for the v2 KV engine in node-vault, which is the KV engine that supports versioned secrets; I believe that #82 is the longstanding attempt to get support added for it.