@Component @ConditionalOnClass(value=org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.class) public class PropertyMaskingContextInitializer extends Object implements ApplicationContextInitializer<ConfigurableApplicationContext>
Need to search the `bootstrapProperties` property source, 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 |
|---|
PropertyMaskingContextInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ConfigurableApplicationContext applicationContext) |
public void initialize(ConfigurableApplicationContext applicationContext)
initialize in interface ApplicationContextInitializer<ConfigurableApplicationContext>