Merge pull request #33680 from rolandfuszenecker-seon/feat/aws-rds-iam-auth

feat(backend-defaults): add AWS RDS IAM authentication support for PostgreSQL
This commit is contained in:
Fredrik Adelöw
2026-04-10 16:47:13 +02:00
committed by GitHub
6 changed files with 438 additions and 89 deletions
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': minor
---
Added support for AWS RDS IAM authentication for PostgreSQL connections. Set `connection.type: rds` along with `host`, `user`, and `region` to use short-lived IAM tokens instead of a static password. Requires the `@aws-sdk/rds-signer` package and an IAM role with `rds-db:connect` permission.