Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 22:34
· 356 commits to main since this release
7cfb271

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 explicit enable: 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