amperity / vault-clj

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

[2.x] Implement AWS auth method #76

Closed greglook closed 1 year ago

greglook commented 1 year ago

Implement the AWS auth method in the new 2.x branch. Note that this must not pull in any AWS dependencies, so more complex/automated code may need to live in a separate vault-clj-aws 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, the auth method should live in vault-clj-aws (and already does).