Test Status Crate API

libvault_rs

A Rust library for Hashicorp Vault

Usage

Add this to your Cargo.toml

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 | :construction: | :whitecheckmark: | | Key/Value V2 | :construction: | :whitecheckmark: |

| Auth Method | Implemented | Example | |-------------------|----------------|--------------------| | AppRole | :construction: | :whitecheckmark: |

| System Backend | Implemented | Example | |-----------------------------|--------------------|--------------------| | /sys/health | :whitecheckmark: | :whitecheckmark: | | /sys/leader | :whitecheckmark: | :whitecheckmark: |

* Requires an enterprise license and cannot be integration tested