Add a Docker Compose setup with debugging and testing realm
All checks were successful
/ Verify (push) Successful in 1m0s
/ Verify (pull_request) Successful in 43s

Configure Keycloak to allow attaching a debugger (localhost:8081).

Add a testing realm with suitable exmaple entries, and explain how to update and export the realm.
This commit is contained in:
Stefan Bethke 2026-07-18 14:05:06 +02:00
commit 8a03524157
5 changed files with 2449 additions and 13 deletions

View file

@ -20,6 +20,10 @@ Once all dependencies are met, simply call `make` to build the provider, which s
There's also `make clean` available for removing the output directory.
## Testing Setup
See [testing/README.md](testing/README.md) for details on the Docker Compose based setup that includes a realm and the ability to attach a debugger to the running Keycloak.
## Example Setup
We assume an unconfigured, fresh Keycloak installation running under `http://localhost:8080`.