v2.7.0
Breaking changes:
- The healthcheck endpoint was moved from
localhost:8011/manage/health
tolocalhost: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