Skip to content

EOEPCA/um-unprotected-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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