Vaultier /slɒθ/ :sloth:
Small crate to read secrets from Hashicorp Vault.
Usage
use SecretClient;
use Deserialize;
let address = "<vault instance address>";
let mount = Stringfrom;
let base_path = Stringfrom;
let client = new.unwrap;
// read secrets from that base path
let secrets = client..await.unwrap;
// read secrets from the passed path relative to the base path: mount/data/base_path/my-secrets
let secrets = client..await.unwrap;