Add a Docker Compose setup with debugging and testing realm (#27)
Some checks failed
/ Verify (push) Has been cancelled
Some checks failed
/ Verify (push) Has been cancelled
Configure Keycloak to allow attaching a debugger (localhost:8081). Add a testing realm with suitable example entries, and explain how to update and export the realm. Reviewed-on: #27
This commit is contained in:
parent
dfd10b16dc
commit
93dc7ddc75
5 changed files with 2449 additions and 13 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue