@Component
@ConditionalOnClass(value=org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.class)
public class VaultPropertyMaskingContextInitializer
extends java.lang.Object
implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
Need to search the `bootstrapProperties` property source, for the composite source `configService:vault:...` and add them to `keys-to-sanitize` because Boot doesn't support recursively sanitizing all properties in a single source
| Constructor and Description |
|---|
VaultPropertyMaskingContextInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.springframework.context.ConfigurableApplicationContext applicationContext) |