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:
+2
-2
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user