flyway-docker icon indicating copy to clipboard operation
flyway-docker copied to clipboard

mTLS connection support not provided as part of the docker image

Open raynix opened this issue 3 years ago • 1 comments

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.

raynix avatar Apr 11 '22 04:04 raynix

Tested myself. Ready for review: https://github.com/flyway/flyway-docker/pull/67

raynix avatar Apr 11 '22 05:04 raynix