Skip to content

1.9.0

Compare
Choose a tag to compare
@dani-garcia dani-garcia released this 27 Apr 18:21
21325b7
  • Duo is now available as a 2FA option, both configurable globally and per-user
    • To enable it globally, check the .env template, and then leave the fields empty when enabling it per-user.
  • Updated web vault to 2.10.0
  • Added option to control the log level: LOG_LEVEL
    • Valid values from more to less noisy are "trace", "debug", "info", "warn", "error" and "off"
  • Now there is no need to compile the application a different way to enable syslog support, simply set USE_SYSLOG to true.
  • Now DATA_FOLDER affects CONFIG_FILE when set through the environment
  • Improved endpoints for Admin API
  • Other fixes