T - The body typepublic interface VaultConfigHttpClient<T extends AbstractVaultResponse>
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription() | 
| Publisher<T> | readConfigurationValues(String token,
                       String backend,
                       String vaultKey)Read configuration from Vault. | 
String getDescription()
Publisher<T> readConfigurationValues(@Nonnull @Header(value="X-Vault-Token") String token, @Nonnull String backend, @Nonnull String vaultKey)
token - The vault tokenbackend - The secret engine namevaultKey - The vault key