Securing microservices with Keycloak in an Identity and Access Management proof of concept project.
To build the project locally, first install Docker.
After a successful installation of docker, run the following:
git clone [email protected]:CMUOLI/security_demo.git
cd security_demo
docker-compose build
docker-compose up
You may have to create a directory named /keycloak/db
in the root of your local drive to adhere to our compose file.
Authors