From 9d6ce3522d95205cdd30ad1985b37f7a883340d5 Mon Sep 17 00:00:00 2001 From: Gunnar von der Beck Date: Thu, 25 Apr 2024 08:17:21 +0200 Subject: [PATCH] docs: fix README layout --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d63d0df9..fa829d2a 100644 --- a/README.md +++ b/README.md @@ -448,12 +448,13 @@ For details see documentation on [Running Keycloak in a container](https://www.k Running unit tests from Maven requires configuring the details of a running Keycloak server. This can be achieved by setting the following environment variables: -| *Environment Variable* | *Description* | -| --- |-----------------------------------------------------------------------------------------------------------------------| -| `KEYCLOAK_URL` | Keycloak server URL.
Default value: `http://localhost:8080/auth` | -| `KEYCLOAK_ADMIN_USER` | The admin user of the Keycloak server.
Default value: `keycloak` | -| `KEYCLOAK_ADMIN_PASSWORD` | The admin password of the Keycloak server.
Default value: `keycloak1!` | -| `KEYCLOAK_ENFORCE_SUBGROUPS_IN_GROUP_QUERY` | Wether to enforce subgroup results in group queries when testing with Keycloak >= `23.0.0`
Default value: `true` | +| *Environment Variable* | *Description* | +|---------------------------------------------|----------------------------------------------------------------------------------------------------------------------| +| `KEYCLOAK_URL` | Keycloak server URL.
Default value: `http://localhost:8080/auth` | +| `KEYCLOAK_ADMIN_USER` | The admin user of the Keycloak server.
Default value: `keycloak` | +| `KEYCLOAK_ADMIN_PASSWORD` | The admin password of the Keycloak server.
Default value: `keycloak1!` | +| `KEYCLOAK_ENFORCE_SUBGROUPS_IN_GROUP_QUERY` | Wether to enforce subgroup results in group queries when testing with Keycloak >= `23.0.0`
Default value: `true`| + In case you choose Keycloak in the new Quarkus distribution, please be aware that `/auth` has been removed from the default context path. Hence, it is required to change the `KEYCLOAK_URL` for the tests. Tests run successfully against the Quarkus distribution, in case you start Keycloak in Development mode.