libvault_rs

Crates.iolibvault_rs
lib.rslibvault_rs
version0.0.5
sourcesrc
created_at2023-01-01 18:49:37.497511
updated_at2023-01-03 04:21:12.583326
descriptionA Rust library for Hashicorp Vault
homepagehttps://github.com/abedra/libvault_rs
repositoryhttps://github.com/abedra/libvault_rs
max_upload_size
id748977
size61,001
Aaron Bedra (abedra)

documentation

https://docs.rs/libvault_rs

README

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 :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

Commit count: 30

cargo fmt