interface HashiCorpVaultProviderOptions
Since 0.1.0

Properties

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.

Usage

import { type HashiCorpVaultProviderOptions } from "secrets-plugin/src/index.ts";