jmgilman / vaultrs

An asynchronous Rust client library for the Hashicorp Vault API
https://docs.rs/vaultrs
MIT License
97 stars 60 forks source link

Adds AppRole auth method #1

Closed nhey closed 3 years ago

nhey commented 3 years ago

Adds functionality needed for AppRole authentication:

Some API endpoints remain to be implemented.

jmgilman commented 3 years ago

Nice work. Looks like you just need to run cargo fmt to pass the lint check.

nhey commented 3 years ago

Great. I have amended the last commit with cargo fmt changes.

jmgilman commented 3 years ago

Thanks again, I'll include this on the release I had planned for today.