amperity / vault-clj

Clojure client for Hashicorp's Vault secret management system.
Other
70 stars 17 forks source link

[2.x] Implement kv-v1 secret engine #69

Closed greglook closed 1 year ago

greglook commented 1 year ago

Implement the kv-v1 secret engine in the new 2.x branch. This should include a mock client implementation.

greglook commented 1 year ago

This is mostly done, it just needs a little more test coverage for secret caching.