From f0dfda7f529c63fcde95cc31813e25f7746da67a Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 19 Aug 2022 10:35:04 +0200 Subject: [PATCH] integration/docs: Clarify GCS credentials discovery config requirement Signed-off-by: Johan Haals --- docs/integrations/google-cloud-storage/locations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/integrations/google-cloud-storage/locations.md b/docs/integrations/google-cloud-storage/locations.md index e15cb6346c..1f0334ff17 100644 --- a/docs/integrations/google-cloud-storage/locations.md +++ b/docs/integrations/google-cloud-storage/locations.md @@ -36,6 +36,13 @@ Then make sure the environment variables `GCS_CLIENT_EMAIL` and Since this integration uses the Google Storage SDK, you can also choose to not provide any explicit credentials and let the SDK discover them automatically. +Please note that for this method to work you must add an empty `googleGcs` object to the `integrations` section in `app-config.yaml`. + +```yaml +integrations: + googleGcs: {} +``` + One of these discovery methods is to provide an environment variable called `GOOGLE_APPLICATION_CREDENTIALS` and set it to the file path of your JSON service account key.