Add a Docker Compose setup with debugging and testing realm
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:
parent
91554ec588
commit
8a03524157
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