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

acosentino pushed a commit to branch gcp-early-sb-note
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9284fe2e9517d05af660e50b2e8b9ff51f1cfc24
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Oct 17 15:17:50 2024 +0200

    CAMEL-21360 - Camel Spring Boot: Vault early resolving properties 
documentation - Google Secret Manager
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/docs/google-secret-manager-component.adoc         | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
index 688ef35998d..a144984366c 100644
--- 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
+++ 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
@@ -451,3 +451,13 @@ This will enable the feature so you'll be able to resolved 
properties, in your a
 ----
 foo = gcp:databaseprod#password
 ----
+
+Please note that for making this feature work you'll need to set the following 
two properties inside your application.properties
+
+[source,bash]
+----
+camel.vault.gcp.projectId=projectId
+camel.vault.gcp.useDefaultInstance=true
+----
+
+Then you'll need to export the environment variable 
`GOOGLE_APPLICATION_CREDENTIALS` and make it point to your service account key 
file.

Reply via email to