BetterCloud / vault-java-driver

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

Transit Key Export support #220

Open cgraving opened 4 years ago

cgraving commented 4 years ago

I could seem to find a means to get this to work, but I am looking to read the actual transit key, possibly past versions, force a rotate and other transit operations. I mark a transit key as exportable, but when I try to read it keeps trying to put the "data" in the url as it if was a secret. Is there a way to read transit keys, latest or version? Rotate them? I would love to see this functionality if not.