Skip to content

v1.2.1

Choose a tag to compare

@wmantly wmantly released this 21 Jul 06:23
· 81 commits to master since this release
aecf275

Fixed

  • The bootstrap anti-lockout admin account was always created as proxyadmin2 regardless of conf.auth.adminUsers, while migrations/permission_bootstrap.js grants the global-admin permission to adminUsers[0]. An operator who customized adminUsers ended up with a bootstrapped account that had no admin permissions. models/user_redis.js now derives the bootstrap username the same way, so this no longer happens.
  • Corrected a misleading secrets.js.example comment about the bootstrap password default.

Changed

  • Refreshed all README screenshots (hosts, per-host SSO auth, per-host basic auth), and added a new load-balancing screenshot.

See CHANGELOG.md for full details, including the backfilled v1.2.0 entry.