Skip to content

Commit

Permalink
CAMEL-21265 - Create ApplicationEnvironmentPreparedEvent for Vault co…
Browse files Browse the repository at this point in the history
…mponents - Google Secret Manager (#15982)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd authored Oct 16, 2024
1 parent 34a5cb0 commit 0c63d15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ public GoogleSecretManagerPropertiesFunction() {
super();
}

public GoogleSecretManagerPropertiesFunction(SecretManagerServiceClient client) {
public GoogleSecretManagerPropertiesFunction(SecretManagerServiceClient client, String projectId) {
super();
this.client = client;
this.projectId = projectId;
}

@Override
Expand Down

0 comments on commit 0c63d15

Please sign in to comment.