@ConfigurationProperties(value="spring.cloud.gcp.secretmanager") public class GcpSecretManagerProperties extends Object implements CredentialsSupplier
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
Configuration prefix for Secret Manager properties.
|
Constructor and Description |
---|
GcpSecretManagerProperties() |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Supplies credentials configuration.
|
String |
getProjectId() |
boolean |
isAllowDefaultSecret() |
void |
setAllowDefaultSecret(boolean allowDefaultSecret) |
void |
setProjectId(String projectId) |
public static final String PREFIX
public Credentials getCredentials()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
public String getProjectId()
public void setProjectId(String projectId)
public boolean isAllowDefaultSecret()
public void setAllowDefaultSecret(boolean allowDefaultSecret)
Copyright © 2023. All rights reserved.