| Interface | Description |
|---|---|
| BinaryResourceConfigClient |
Provides access to binary resource files served by a Spring Cloud Config Server.
|
| ConfigResourceClient |
Provides access to configuration resource files served by a Spring Cloud Config Server.
|
| PlainTextConfigClient |
Provides access to plain text configuration files served by a Spring Cloud Config
Server.
|
| Class | Description |
|---|---|
| ConfigClientEnvironmentPostProcessor |
Using
CfEnv directly here as we need to set the
spring.config.import property before the
ConfigDataEnvironmentPostProcessor runs java-cfenv-boot library's
EnvironmentPostProcessor runs after the ConfigDataEnvironmentPostProcessor,
intentionally |
| ConfigClientOAuth2BootstrapRegistryInitializer |
Using
CfEnv directly as a BootstrapRegistryInitializer is required to
setup the RestTemplate that calls config-server. |
| ConfigClientOAuth2Properties | |
| ConfigResourceClientAutoConfiguration | |
| OAuth2AuthorizedClientHttpRequestInterceptor |
ClientHttpRequestInterceptor implementation to add authorization header to
request based on an OAuth2AuthorizedClient. |
| PropertyMaskingEnvironmentPostProcessor |
Ensure client applications have `keys-to-sanitize` set so boot will automatically mask
sensitive properties.
|
| VaultTokenRenewalAutoConfiguration |
Configuration for a periodic Vault token renewer.
|