kir4h / rvault

Small tool to perform some recursive operations on Hashicorp's Vault KV
MIT License
46 stars 11 forks source link

Unsupported engine type `generic` #7

Closed jtatum closed 1 year ago

jtatum commented 2 years ago

Yeah, we're running a vault so old that our kv secrets engine is called generic.

kir4h commented 2 years ago

I´m afraid only KV engine is supported (I think when I had a use case for this I only tested it on kv v1/v2). I am using github.com/hashicorp/vault/api to interact with Vault, so as long as generic is still supported there I guess it could be added.

What Vault version are you using?