We are configuring spring boot application with Liquibase for the sake of DB migration, which runs as Cloud Run connecting to Cloud SQL (Postgresql) using IAM Authentication
. I am not talking about username/password based connection instead using IAM permissions. Can anyone suggest the Liquibase configuration for Spring Boot for the same.