Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 413 Bytes

UM Identity Public Service

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:

Build the docker image

docker build . -t um-unprotected-service

Run the service

docker run -p 7070:7070 -d um-unprotected-service