vertx / io.vertx.config.vault / VaultConfigStore

VaultConfigStore

open class VaultConfigStore : ConfigStore

An implementation of ConfigStore for Vault (https://www.vaultproject.io/).

Author
Clement Escoffier

Constructors

<init>

VaultConfigStore(vertx: Vertx, config: JsonObject)

Creates an instance of VaultConfigStore.

Functions

close

open fun close(completionHandler: Handler<Void>): Unit

get

open fun get(completionHandler: Handler<AsyncResult<Buffer>>): Unit

getVaultClient

open fun getVaultClient(): SlimVaultClient