This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch gcp-note in repository https://gitbox.apache.org/repos/asf/camel.git
commit 47d03ed06af600203df735b78e6262be9e91c97e Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 2 14:51:25 2024 +0200 Camel-google-secret-manager: Add a note clarifying camel.vault.gcp properties usage Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/main/docs/google-secret-manager-component.adoc | 3 +++ 1 file changed, 3 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 1e5c6416dcd..57c52e8b58a 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 @@ -123,6 +123,9 @@ camel.vault.gcp.useDefaultInstance = true camel.vault.gcp.projectId = region ---- +NOTE: `camel.vault.gcp` configuration only applies to the Google Secret Manager properties function (E.g when resolving properties). +When using the `operation` option to create, get, list secrets etc., you should provide the usual options for connecting to GCP Services. + At this point you'll be able to reference a property in the following way by using `gcp:` as prefix in the `{{ }}` syntax: [source,xml]
