Interface: IHashicorpVaultConnectorConfig
Configuration for the Hashicorp Vault Connector.
Properties
endpoint
endpoint:
string
The address of the Hashicorp Vault (e.g., "http://localhost:8200").
token
token:
string
The authentication token for the Hashicorp Vault.
kvMountPath?
optionalkvMountPath?:string
The mount path for the KV Secrets Engine (e.g., "secret)
transitMountPath?
optionaltransitMountPath?:string
The mount path for the Transit Secrets Engine (e.g., "transit").
apiVersion?
optionalapiVersion?:string
The version of the Hashicorp Vault API (e.g., "v1").
timeout?
optionaltimeout?:number
The request timeout in milliseconds.
namespace?
optionalnamespace?:string
The namespace for the Hashicorp Vault if using Vault Enterprise.
prefix?
optionalprefix?:string
A prefix for the keys stored in the Hashicorp Vault.