public interface VaultConfigurer
Configuration classes may implement this interface to be called back and given a chance to customize the default configuration. Consider implementing this interface and overriding the relevant methods for your needs.
Registered bean instances of VaultConfigurer disable default secret backend
registration for the generic and integrative (other discovered
SecretBackendMetadata) backends. See
SecretBackendConfigurer.registerDefaultGenericSecretBackends(boolean) and
SecretBackendConfigurer.registerDefaultDiscoveredSecretBackends(boolean) for
more details.
SecretBackendConfigurer| Modifier and Type | Method and Description |
|---|---|
void |
addSecretBackends(SecretBackendConfigurer configurer)
Configure the secret backends that are instantiated as
property sources. |
void addSecretBackends(SecretBackendConfigurer configurer)
property sources.configurer - the SecretBackendConfigurer to configure secret backends,
must not be null.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.