CloakVault (cloak_vault v1.0.2)

Copy Markdown View Source

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

attach(request)

@spec attach(Req.Request.t()) :: Req.Request.t()