vaultrs
vaultrs copied to clipboard
An asynchronous Rust client library for the Hashicorp Vault API
add: - get configuration of the secret engine - disable mount
Bump reqwest to 0.12, unlocking the use of hyper 1.0 and rustls 0.22 Waiting on https://github.com/jmgilman/rustify/pull/17
I was hoping to add this operation (generating a signed ID token) to vaultrs: https://developer.hashicorp.com/vault/api-docs/secret/identity/tokens#generate-a-signed-id-token.
I was trying to bump reqwest to version 0.12.x in my project. However, I couldn't because the latest version of vaultrs uses version 0.11.x so I was not able to...
All is in the title :smiley:
Attempt to address some of the concerns raised in https://github.com/jmgilman/vaultrs/issues/86 - add the HTTP verb to the log to differentiate which endpoint is actually used - use structured logging, so...
The logs right now contains some repetitive information. For instance, here is the log for a simple health check that failed. ```log 2024-03-26T10:20:48.070995Z INFO status:health: vaultrs::api: Executing /sys/health and expecting...
I have the following problems with the [dockertest-server](https://github.com/jmgilman/dockertest-server) used in the test suite: - it's no longer maintained - it force users to disconnect from VPN to launch the test...
Added #7.
Description issue: https://github.com/jmgilman/vaultrs/issues/69