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.git
The following commit(s) were added to refs/heads/main by this push: new 400964ea2e4 CAMEL-21360 - Camel Spring Boot: Vault early resolving properties documentation - Google Secret Manager (#15996) 400964ea2e4 is described below commit 400964ea2e4932715ee9e842db48553916ffe5ff Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 17 15:19:01 2024 +0200 CAMEL-21360 - Camel Spring Boot: Vault early resolving properties documentation - Google Secret Manager (#15996) 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.