| Interface | Description |
|---|---|
| PlainTextConfigClient |
Provides access to plain text configuration files served by a Spring Cloud Config
Server.
|
| Class | Description |
|---|---|
| ConfigClientOAuth2BootstrapConfiguration | |
| ConfigClientOAuth2ResourceDetails | |
| ConfigServerServiceConnector |
Connector to Config Server service
|
| PlainTextConfigClientAutoConfiguration |
Auto configures a
PlainTextOAuth2ConfigClient when a
ConfigClientOAuth2ResourceDetails and a PlainTextConfigClient are
available in the container. |
| VaultPropertyMaskingContextInitializer |
Ensure client applications have `keys-to-sanitize` set so boot will automatically mask sensitive properties.
|
| VaultTokenRenewalAutoConfiguration |
Configuration for a periodic Vault token renewer.
|