I recently setup users on my RDS PostgreSQL DB to authenticate with their IAM User credentials using generated and short lived Tokens, along the lines of this article: Allow users to connect to RDS with IAM credentials. Everything works like a charm from the command line. However some users would like to access the DB with tools such as pgAdmin.
Is there a way to enable pgAdmin to generate these tokens when necessary?