From 3ef123bbf05258351c0952ecfc1ffb27ad059e8c Mon Sep 17 00:00:00 2001 From: Iain Billett Date: Wed, 16 Mar 2022 15:40:49 +0000 Subject: [PATCH] Add changeset Signed-off-by: Iain Billett --- .changeset/olive-geese-chew.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/olive-geese-chew.md diff --git a/.changeset/olive-geese-chew.md b/.changeset/olive-geese-chew.md new file mode 100644 index 0000000000..a08b73b4a7 --- /dev/null +++ b/.changeset/olive-geese-chew.md @@ -0,0 +1,10 @@ +--- +'@backstage/backend-common': patch +'@backstage/integration': patch +--- + +Support external ID when assuming roles in S3 integration + +In order to assume a role created by a 3rd party as external +ID is needed. This change adds an optional field to the s3 +integration configuration and consumes that in the AwsS3UrlReader.