5 releases
0.0.5 | Jan 3, 2023 |
---|---|
0.0.4 | Jan 2, 2023 |
0.0.3 | Jan 1, 2023 |
0.0.2 | Jan 1, 2023 |
0.0.1 | Jan 1, 2023 |
#704 in Authentication
169 downloads per month
28KB
669 lines
libvault_rs
A Rust library for Hashicorp Vault
Usage
Add this to your Cargo.toml
[dependencies]
libvault_rs = "0.0.5"
Feature Support
The following tables show support for each of the secret backends, auth methods, and system endpoints. Because the surface area is so large, endpoints are implemented as needed. Pull requests are welcome. Feel free to file an issue or submit a pull request for additional support.
Secret Backend | Implemented | Example |
---|---|---|
Key/Value V1 | 🚧 | ✅ |
Key/Value V2 | 🚧 | ✅ |
Auth Method | Implemented | Example |
---|---|---|
AppRole | 🚧 | ✅ |
System Backend | Implemented | Example |
---|---|---|
/sys/health | ✅ | ✅ |
/sys/leader | ✅ | ✅ |
* Requires an enterprise license and cannot be integration tested
Dependencies
~7–18MB
~256K SLoC