Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Keycloak

This testbed creates a minimal keycloak instance to test for weak credentials

Deploy

Deploy keycloak with the following command

docker compose up -d

You can then remove the instance with:

docker compose down

Credentials can be set customizing the KC_BOOTSTRAP_ADMIN_USERNAME and KC_BOOTSTRAP_ADMIN_PASSWORD.

The service will be served on http://localhost:8080