Upgrade instructions 1.x

NEXT VERSION

  • Several configuration property names have changed. Please update your configuration if it consists of any of the following properties:
    • SECURITY_BASIC_NAME -> SPRING_SECURITY_USER_NAME
    • SECURITY_BASIC_PASSWORD -> SPRING_SECURITY_USER_PASSWORD
    • SECURITY_BASIC_ROLE -> SPRING_SECURITY_USER_ROLES
    • DUM_APP_COOKIECONFIG_SECURE -> DUM_APP_COOKIE_CONFIG_SECURE
  • SECURITY_BASIC_ENABLED environmental variable has been removed. In order to turn on basic authentication set SAML_SP_ENABLED to false
  • Health endpoint uri has changed from /health to /actuator/health