Skip to content

Commit 0c63d15

Browse files
authored
CAMEL-21265 - Create ApplicationEnvironmentPreparedEvent for Vault components - Google Secret Manager (#15982)
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
1 parent 34a5cb0 commit 0c63d15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/camel-google/camel-google-secret-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerPropertiesFunction.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ public GoogleSecretManagerPropertiesFunction() {
9090
super();
9191
}
9292

93-
public GoogleSecretManagerPropertiesFunction(SecretManagerServiceClient client) {
93+
public GoogleSecretManagerPropertiesFunction(SecretManagerServiceClient client, String projectId) {
9494
super();
9595
this.client = client;
96+
this.projectId = projectId;
9697
}
9798

9899
@Override

0 commit comments

Comments
 (0)