Merge pull request #14125 from clareliguori/aws-creds-provider

Standardize AWS credentials configuration
This commit is contained in:
Patrik Oldsberg
2022-12-12 16:27:45 +01:00
committed by GitHub
22 changed files with 2201 additions and 64 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration-aws-node': minor
---
New package for AWS integration node library
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-node': patch
---
Add support for specifying an S3 bucket's account ID and retrieving the credentials from the `aws` app config section. This is now the preferred way to configure AWS credentials for Techdocs.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-backend': minor
---
Added a new optional `accountId` to the configuration options of the AWS S3 publisher. Configuring this option will source credentials for the `accountId` in the `aws` app config section. See https://github.com/backstage/backstage/blob/master/packages/integration-aws-node/README.md for more details.