This testbed creates a minimal keycloak instance to test for weak credentials
Deploy keycloak with the following command
docker compose up -dYou can then remove the instance with:
docker compose downCredentials can be set customizing the KC_BOOTSTRAP_ADMIN_USERNAME and KC_BOOTSTRAP_ADMIN_PASSWORD.
The service will be served on http://localhost:8080