@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()
CredentialsSuppliergetCredentials in interface CredentialsSupplierpublic String getProjectId()
public void setProjectId(String projectId)
public boolean isAllowDefaultSecret()
public void setAllowDefaultSecret(boolean allowDefaultSecret)
Copyright © 2024. All rights reserved.