This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit a6ee1c950905524039175166fed62409aa005c77
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Sep 20 15:08:48 2022 +0200

    Restore generic path to service account key file in Google Secret Manager 
reloading example
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/resources/application.properties                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/vault/google-secret-manager-reloading/src/main/resources/application.properties
 
b/examples/vault/google-secret-manager-reloading/src/main/resources/application.properties
index cec4c9d9..0b2eb247 100644
--- 
a/examples/vault/google-secret-manager-reloading/src/main/resources/application.properties
+++ 
b/examples/vault/google-secret-manager-reloading/src/main/resources/application.properties
@@ -24,7 +24,7 @@ camel.main.jmx-enabled = false
 camel.main.bean-introspection-logging-level=INFO
 
 camel.vault.gcp.projectId=gcp-sec-refresh
-camel.vault.gcp.serviceAccountKey = 
file:////home/oscerd/Desktop/gcp-sec-refresh.json
+camel.vault.gcp.serviceAccountKey = <path_to_service_account_key_file>
 camel.vault.gcp.refreshEnabled=true
 camel.vault.gcp.refreshPeriod=60000
 camel.vault.gcp.secrets=hello*

Reply via email to