All Classes and Interfaces
Class
Description
Provides access to binary resource files served by a Spring Cloud Config Server.
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,
intentionallyProvides access to configuration resource files served by a Spring Cloud Config Server.
ClientHttpRequestInterceptor implementation to add authorization header to
request based on an OAuth2AuthorizedClient.Using oauth2 properties to configure an authorization interceptor for the
RestTemplate that calls config server.Provides access to plain text configuration files served by a Spring Cloud Config
Server.
Ensure client applications have `keys-to-sanitize` set so boot will automatically mask
sensitive properties.
Configuration for a periodic Vault token renewer.