This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3204ce68eaf685400301868651fe7600a55a171e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 3 18:39:29 2021 +0100 Google Pubsub: Added note about authentication in documentation --- .../camel-google-pubsub/src/main/docs/google-pubsub-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc index 83d4535..fd0af0a 100644 --- a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc +++ b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc @@ -183,7 +183,7 @@ It is up for the route to convert/unmarshall the contents. == Authentication Configuration -The location of the default credentials file is configurable - via GOOGLE_APPLICATION_CREDENTIALS environment variable. +The location of the default credentials file is configurable via the serviceAccountKey parameter. == Rollback and Redelivery