Crates.io | libvault_rs |
lib.rs | libvault_rs |
version | 0.0.5 |
source | src |
created_at | 2023-01-01 18:49:37.497511 |
updated_at | 2023-01-03 04:21:12.583326 |
description | A Rust library for Hashicorp Vault |
homepage | https://github.com/abedra/libvault_rs |
repository | https://github.com/abedra/libvault_rs |
max_upload_size | |
id | 748977 |
size | 61,001 |
A Rust library for Hashicorp Vault
Add this to your Cargo.toml
[dependencies]
libvault_rs = "0.0.5"
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: | :white_check_mark: |
Key/Value V2 | :construction: | :white_check_mark: |
Auth Method | Implemented | Example |
---|---|---|
AppRole | :construction: | :white_check_mark: |
System Backend | Implemented | Example |
---|---|---|
/sys/health | :white_check_mark: | :white_check_mark: |
/sys/leader | :white_check_mark: | :white_check_mark: |
* Requires an enterprise license and cannot be integration tested