Major updates
- This release adds experimental support for MySQL targets. Check out Adding a MySQL target on the wiki. Also see Protocol support for limitations.
- All protocols are now disabled by default. If you've used
warpgate setup
to generate your config file, no action is needed. Otherwise add an explicitenable: true
for the protocols you need.
Changes
warpgate check
now checks certificates and keys- added TLS options for HTTP targets
- added
ssh.host_key_verification
setting that allows automatically accepting (auto-accept
) or rejecting (auto-reject
) unknown host keys