From dbe4450c353b23e468fa1e5a0c28444f12c096c3 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Sat, 9 Jan 2021 16:48:30 +0100 Subject: [PATCH] TechDocs: Add changeset for improved GCS authentication --- .changeset/heavy-owls-float.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/heavy-owls-float.md diff --git a/.changeset/heavy-owls-float.md b/.changeset/heavy-owls-float.md new file mode 100644 index 0000000000..1b0bc9f016 --- /dev/null +++ b/.changeset/heavy-owls-float.md @@ -0,0 +1,10 @@ +--- +'@backstage/techdocs-common': patch +'@backstage/plugin-techdocs': patch +--- + +Google Cloud authentication in TechDocs has been improved. https://github.com/backstage/backstage/pull/3981 + +`techdocs.publisher.googleGcs.credentials` is now optional. If it is missing, `GOOGLE_APPLICATION_CREDENTIALS` +environment variable (and some other methods) will be used to authenticate. +Read more here https://cloud.google.com/docs/authentication/production