amperity / vault-clj

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

[2.x] Implement kv-v2 secret engine #70

Closed greglook closed 1 year ago

greglook commented 1 year ago

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

greglook commented 1 year ago

The implementation is done, this just needs tests now.

greglook commented 1 year ago

Tests are done.