public class PropertyMaskingEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Need to search for the composite source `configService:vault:...` or `configService:credhub-` and add them to `keys-to-sanitize` because Boot doesn't support recursively sanitizing all properties in a single source
| Constructor and Description |
|---|
PropertyMaskingEnvironmentPostProcessor(Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessEnvironment(ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public PropertyMaskingEnvironmentPostProcessor(Log log)
public void postProcessEnvironment(ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor