Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.29 KB

Workshop API Security

This repository contains samples for the workshop API Security.

Running the samples of the workshop

The samples run with Docker Compose. So please ensure you have docker installed in a recent version.

Start the examples by typing

docker compose up --build

from within the folder you cloned the repository.

Exercises

You find the exercises in the corresponding branches

Troubleshooting (Mac M1 processor)

The keycloak image used in some of the excercises is not compatible with the new M1 processor of Mac. In order to run the samples, you have to build the container from scratch:

git clone git clone https://github.com/keycloak/keycloak-containers.git keycloak/containers
docker build -t jboss/keycloak:14.0.0 ./keycloak