Options for HashiCorpVaultProvider.
optional
address: string | undefined
Vault server address, e.g. https://vault.example.com.
optional
token: string | undefined
Vault auth token sent as X-Vault-Token.
optional
mount: string | undefined
KV v2 mount path. Default secret.
optional
http: IVaultHttp | undefined
Injected fetch-shaped function; defaults to global fetch.