Expose tls parameter of Go MySQL driver to config file #855
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "kompetenzbolzen/api:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
My MariaDB server is on a seperate Host and I would really like communication to be encrypted. This change exposes the
tls
parameter of the Go MySQL driver to the config file asdatabase.tls
.Tested on Debian 10 and MariaDB 15.1 with TLS1.1
Checklist
mage do-the-swag
)config.yml.saml
and runningmage generate-docs
)Please fix the lint error, should be good to go then.
damn, that was quick. thanks!
Thanks!