flyway-docker
flyway-docker copied to clipboard
mTLS connection support not provided as part of the docker image
For example, I used flyway docker image with a GCP Cloud SQL MySQL server which requires mTLS(server + client certs) connections. The server SSL support is documented by the mTLS is not at the moment.
A bunch of java keytool and openssl commands from end users are needed to get it to work.
Tested myself. Ready for review: https://github.com/flyway/flyway-docker/pull/67