amperity / vault-clj

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

[2.x] Implement Azure auth method #77

Closed greglook closed 1 year ago

greglook commented 1 year ago

Implement the Azure auth method in the new 2.x branch. Note that this must not pull in any Azure dependencies, so more complex/automated code may need to live in a separate vault-clj-azure library. The only required endpoint to implement is login, anything else is a bonus and can be added later.

greglook commented 1 year ago

Closing this, this should live in a separate vault-clj-azure library.