Is there a way to connect to a RDS database using IAM auth tokens?
When I try to add a PostgreSQL ressource, I can enter a username and password only.
I can't even try adding a 15 minutes token as a password because the column you use to store the DB password is only 255 character long (and AWS auth tokens are longer):
postgres_1 | ERROR: value too long for type character varying(255)
Thank you for your help!