Skip to content

v1.8.1 Bootstrap otp and other usability/security enhancements

Compare
Choose a tag to compare
@cviecco cviecco released this 21 Aug 21:30
· 391 commits to master since this release
2ed19a2

This is a catch-up release with many features geared towards AWS based deployments.

Features:

  • Bootstrap OTP flow including both self-generated AND admin generated
  • x509 authentication for some admin operations
  • Optional use of AWS secrets Manager to sync and distribute TLS certificate and private Keys
  • Optional use of AWS secrets Manager to store CA passphrase and database Credentials
  • Optional use of LetsEncrypt for ceritificate release and renewal
  • Route53 DNS registration/de-registration for auto-scaling deployments
  • Optional STONITH like capability for termination of unhealthy instances

Bugfixes/Security Fixes

  • Updated jquery to 3.5.1
  • Updated order of ciphersuites for HTTP2
  • Updated go builders to 1.4.7 (linux, darwin), 1.4.6 (windows)