Skip to content

Commit

Permalink
Keycloak 26 compatibility (#76)
Browse files Browse the repository at this point in the history
* update README.md

* <bot> update setup.cfg

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
vbrik and github-actions authored Nov 21, 2024
1 parent bf8f16d commit 3e8706d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -e KC_HTTP_ENABLED=true -e KC_HTTP_RELATIVE_PATH=/auth quay.io/keycloak/keycloak:24.0.3 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.5 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
wipac-dev-tools
wipac-keycloak-rest-services
wipac-rest-tools
python_requires = >=3.9, <3.13
python_requires = >=3.9, <3.14
packages = find:

[options.extras_require]
Expand Down

0 comments on commit 3e8706d

Please sign in to comment.