#vault #hashi-corp #status

libvault_rs

A Rust library for Hashicorp Vault

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

#685 in Authentication

MIT license

28KB
669 lines

Test Status Crate API

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

~6–20MB
~294K SLoC