Interface VaultClient


public interface VaultClient
Client to perform Vault HTTP requests, exposing a fluent, synchronous API over underlying RestClient.

Use static factory methods create(), create(String), or builder() to prepare an instance. To use the same configuration as a RestClient, use builder(RestClient) or builder(RestTemplate) respectively.

VaultClient is intended to be used with relative paths requiring a VaultEndpoint to be configured. Without an endpoint, callers must provide the absolute URL for each request.

For examples with a response body see:

For examples with a request body see:

Since:
4.1
Author:
Mark Paluch