feat(backend-defaults): improve AWS RDS IAM auth error handling and token expiry

Signed-off-by: Roland Fuszenecker <roland.fuszenecker@seon.io>
This commit is contained in:
Roland Fuszenecker
2026-04-02 15:29:38 +02:00
parent c69e03ce3d
commit 21e7ec5d74
3 changed files with 66 additions and 33 deletions
+2 -2
View File
@@ -644,9 +644,9 @@ export interface Config {
*/
host: string;
/**
* The port number the database is listening on. Defaults to 5432.
* The port number the database is listening on.
*/
port?: number;
port: number;
/**
* The database user to authenticate as. This user must have the `rds_iam` role granted.
*/