feat(backend-defaults): add AWS RDS IAM authentication support for PostgreSQL

Signed-off-by: Roland Fuszenecker <roland.fuszenecker@seon.io>
This commit is contained in:
Roland Fuszenecker
2026-03-30 20:34:14 +02:00
parent c193ef1f9f
commit c69e03ce3d
6 changed files with 617 additions and 0 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.