Class SecretManagerPropertySourceLocator

java.lang.Object
com.google.cloud.spring.secretmanager.SecretManagerPropertySourceLocator
All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator

public class SecretManagerPropertySourceLocator extends Object implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
Implementation of PropertySourceLocator which provides GCP Secret Manager as a property source.
Since:
1.2.2
  • Constructor Details

  • Method Details

    • locate

      public org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment environment)
      Specified by:
      locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator