From 963ee2afa50834bd3b11218e750086edaf84d79f Mon Sep 17 00:00:00 2001 From: Vladimir Brik <22751545+vbrik@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:53:34 -0600 Subject: [PATCH] change to keycloak 26.0.6 (#77) * change to keycloak 26.0.6 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a7fae49..7dafc58 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ First, build and load the local python environment: Then, start an instance of Keycloak in another terminal: - docker run --rm -it -p 8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin -e KC_HTTP_ENABLED=true -e KC_HTTP_RELATIVE_PATH=/auth quay.io/keycloak/keycloak:26.0.5 start-dev + docker run --rm -it -p 8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin -e KC_HTTP_ENABLED=true -e KC_HTTP_RELATIVE_PATH=/auth quay.io/keycloak/keycloak:26.0.6 start-dev Keycloak may take a minute to start. If it does not, check your network settings, as it does not play well with VPNs and other more exotic network situations. @@ -98,4 +98,3 @@ under the coverage tool: keycloak_url=http://localhost:8080 username=admin password=admin coverage run -m pytest coverage html --include='krs*' -