amperity / vault-clj

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

[2.x] Implement database secret engine #71

Closed greglook closed 1 year ago

greglook commented 1 year ago

Implement the databases secret engine in the new 2.x branch.

greglook commented 1 year ago

Implementation for the generate-credentials! method is done, need to figure out how to integration test this now.

greglook commented 1 year ago

✅ 2.x branch now has integration tests run in CircleCI for this engine.