Type Alias v1_VaultProvider

v1_VaultProvider: {
    path?: string;
    server?: string;
    version?: v1_VaultKVStoreVersion;
}

Type declaration

  • Optionalpath?: string

    Path is the mount path of the Vault KV backend endpoint, e.g: "secret".

  • Optionalserver?: string

    Server is the target Vault server address to connect, e.g: "https://vault.example.com:8200".

  • Optionalversion?: v1_VaultKVStoreVersion

    Version is the Vault KV secret engine version. Version can be either "v1" or "v2", defaults to "v2".