Req plugin for HashiCorp Vault requests.
Attaches base_url and the Vault token header to outgoing requests.
Configuration
config :cloak_vault, CloakVault,
vault_addr: "https://vault.example.com",
vault_token: "s.xxxxxxxx"
Summary
Functions
@spec attach(Req.Request.t()) :: Req.Request.t()