flyway / flyway-docker

Official Flyway Docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mTLS connection support not provided as part of the docker image

raynix opened this issue · 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.

Tested myself. Ready for review: #67