From b3b9445df15e84591a1e1d59d47dcd5a72ad40ee Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Tue, 12 Jan 2021 12:35:33 +0100 Subject: [PATCH] TechDocs/AWS: Add changeset about new config management for auth --- .changeset/stale-cougars-wink.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/stale-cougars-wink.md diff --git a/.changeset/stale-cougars-wink.md b/.changeset/stale-cougars-wink.md new file mode 100644 index 0000000000..306d92ef8f --- /dev/null +++ b/.changeset/stale-cougars-wink.md @@ -0,0 +1,10 @@ +--- +'@backstage/techdocs-common': patch +'@backstage/plugin-techdocs': patch +--- + +AWS S3 authentication in TechDocs has been improved. + +1. `techdocs.publisher.awsS3.bucketName` is now the only required config. `techdocs.publisher.awsS3.credentials` and `techdocs.publisher.awsS3.region` are optional. + +2. If `techdocs.publisher.awsS3.credentials` and `techdocs.publisher.awsS3.region` are missing, the AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION` will be used. There are more better ways of setting up AWS authentication. Read the guide at https://backstage.io/docs/features/techdocs/using-cloud-storage