IAM database authentication with Aurora PostgreSQL for Sonarqube

I am looking to provide passwordless authentication with PostgreSQL for Sonarqube leverage IAM database authentication. Is this possible? I am hosting Sonarqube on EKS using RDS PostgreSQL, but I am looking to port over to Aurora. Any suggestions would be greatly appreciated.

Regards,

Kevin

Hey there.

SonarQube uses the Postgres JDBC Driver which, as far as I can tell, doesn’t support this. While it appears that some extensions of the JDBC driver add this functionality, they aren’t supported by SonarQube and haven’t been tested.