Class VaultBootstrapper

java.lang.Object
org.springframework.cloud.vault.config.VaultBootstrapper

public abstract class VaultBootstrapper extends Object
Utility to customize Bootstrapping of Vault when using the ConfigData API when importing vault://.
Since:
3.0
Author:
Mark Paluch
  • Method Details

    • fromConfigurer

      public static org.springframework.boot.bootstrap.BootstrapRegistryInitializer fromConfigurer(VaultConfigurer configurer)
      Create a BootstrapRegistryInitializer that configures a VaultConfigurer.
      Parameters:
      configurer - the configurer to apply.
      Returns:
      the bootstrapper object.