You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-cloud-gcp-autoconfigure/src/main/java/org/springframework/cloud/gcp/autoconfigure/secretmanager/GcpSecretManagerBootstrapConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,6 @@ public SecretManagerServiceClient secretManagerClient() throws IOException {
Copy file name to clipboardexpand all lines: spring-cloud-gcp-autoconfigure/src/main/java/org/springframework/cloud/gcp/autoconfigure/secretmanager/GcpSecretManagerProperties.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public class GcpSecretManagerProperties implements CredentialsSupplier {
40
40
* Defines a prefix String that will be prepended to the environment property names
41
41
* of secrets in Secret Manager.
42
42
*/
43
-
privateStringsecretPropertyNamespace = "";
43
+
privateStringsecretNamePrefix = "";
44
44
45
45
publicCredentialsgetCredentials() {
46
46
returncredentials;
@@ -54,11 +54,11 @@ public void setProjectId(String projectId) {
Copy file name to clipboardexpand all lines: spring-cloud-gcp-autoconfigure/src/main/java/org/springframework/cloud/gcp/autoconfigure/secretmanager/SecretManagerPropertySource.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,12 @@ public SecretManagerPropertySource(
Copy file name to clipboardexpand all lines: spring-cloud-gcp-autoconfigure/src/main/java/org/springframework/cloud/gcp/autoconfigure/secretmanager/SecretManagerPropertySourceLocator.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ public class SecretManagerPropertySourceLocator implements PropertySourceLocator
0 commit comments