This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch gcp-secrets-manager in repository https://gitbox.apache.org/repos/asf/camel.git
commit 02fd549eae89f56c64379474cc5d1b08beba8757 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Aug 8 11:11:55 2024 +0200 Camel-Google-Secret-Manager: Fixed names of application.properties Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/main/docs/google-secret-manager-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ccf4c63100b..c1404c201e6 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 @@ -120,7 +120,7 @@ You can also configure the credentials in the `application.properties` file such [source,properties] ---- camel.vault.gcp.useDefaultInstance = true -camel.vault.aws.projectId = region +camel.vault.gcp.projectId = region ---- At this point you'll be able to reference a property in the following way by using `gcp:` as prefix in the `{{ }}` syntax: @@ -252,7 +252,7 @@ or as plain Camel main properties: [source,properties] ---- camel.vault.gcp.useDefaultInstance = true -camel.vault.aws.projectId = projectId +camel.vault.gcp.projectId = projectId ---- Or by specifying a path to a service account key file, instead of using the default instance.
