BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
334 stars 224 forks source link

Expose "check and set" write option and secret version to read (K/V 2) #230

Open trailrunner-taulia opened 3 years ago

trailrunner-taulia commented 3 years ago

Corresponding API documentation https://www.vaultproject.io/api/secret/kv/kv-v2.html

settermjd commented 1 year ago

This looks like what I'm after to be able to retrieve a secret's version. Is there any chance of it being merged?