This service exposes public endpoints to be used as an example to demonstrate how Gatekeeper and Keycloak can be used to authorize users' access.
Prerequisites:
docker build . -t um-unprotected-service
docker run -p 7070:7070 -d um-unprotected-service