Has anyone successfully used liquibase maven plugin generateChangeLog against a GCP Mysql Instance.
I have tried the following liquibase.properties
url=jdbc:mysql:///global365?cloudSqlInstance=INSTANCE&socketFactory=com.google.cloud.sql.mysql.SocketFactory
username=USER
password=PASSWORD
driver=com.mysql.cj.jdbc.Driver
outputChangeLogFile=src/main/resources/liquibase-changeLog.yml
I get the error: POST https://oauth2.googleapis.com/token { "error": "invalid_grant", "error_description": "Bad Request" }
This is not a new application it is successfully running locally and in production with these connection details