How to use IAM JDBC driver and pull temporary tokens for connection with RDS?

It appears it would not allow with support for another connector sonarqube/JdbcSettings.java at master · SonarSource/sonarqube · GitHub

Thoughts on supporting something like GitHub - magJ/iam-jdbc-driver: A generic JDBC driver wrapper connecting using IAM RDS token authentication for RDS postgres databases?

Hi @pragmaticivan,

Can you please tell me more about what you’re trying to do?
In the title you mention “pull temporary tokens for connection with RDS”. Is this something you can’t do with the current implementation?

Chris

We ended up creating a JDBC wrapper so it can connect to our database through IAM. Thanks.