Merge pull request #13239 from backstage/jhaals/fix-gcs-docs

integration/docs: Clarify GCS credentials discovery config requirement
This commit is contained in:
Fredrik Adelöw
2022-08-19 18:49:58 +02:00
committed by GitHub
@@ -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.