ChrisMacNaughton / vault-rs

https://docs.rs/hashicorp_vault
61 stars 27 forks source link

Fix minor bug and add options for initializing, unsealing and querying vault status #23

Closed wafflespeanut closed 2 years ago

wafflespeanut commented 7 years ago

The newline escape hack doesn't work very well sometimes. It seemed to return error for some cases (which I forget now). So, I've switched to serde. The initializing and unsealing options are required for interacting with Vault in production mode.

As a footnote, I personally feel that this library needs a ton of cleanup, since it's the only library with the promise of being a wonderful client for Vault API in the near future (and because we're using Rust and Vault in production). FYI, I didn't even realize that this was actively being maintained (given the activity it had) 😄

Anyway, I'm happy to clean up some stuff in my free time, and I'll try to make PRs whenever I have something convincing.

r? @ChrisMacNaughton

lucab commented 7 years ago

Bump, what's the status of this?

ChrisMacNaughton commented 7 years ago

I'd love to see somebody pick this up and make the requested changes