Skip to content

v2.7.0

Compare
Choose a tag to compare
@Brutus5000 Brutus5000 released this 01 Mar 23:24
· 551 commits to develop since this release

Breaking changes:

  • The healthcheck endpoint was moved from localhost:8011/manage/health to localhost:8011/actuator/health (going back to Spring default)
  • Using asymetric token signing needs a set of ssh-keygen files to be configured in JWT_PRIVATE_KEY_PATH and JWT_PUBLIC_KEY_PATH and mounted into the docker container
  • The env variable JWT_KEY was removed