Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Keycloak to version 24.0.0 #343

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile_keycloak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:23.0.0
FROM quay.io/keycloak/keycloak:24.0.0

ENV KC_TRANSACTION_XA_ENABLED 'false'

Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
MSSQL_SA_PASSWORD: 'D3velopmentP0'
keycloak:
container_name: uid2_selfserve_keycloak
image: quay.io/keycloak/keycloak:23.0.0
image: quay.io/keycloak/keycloak:24.0.0
environment:
KC_DB: mssql
KC_DB_URL: jdbc:sqlserver://database:1433;DatabaseName=keycloak;encrypt=true;trustServerCertificate=true;
Expand All @@ -42,7 +42,6 @@ services:
- --spi-theme-welcome-theme=uid2-theme
- --health-enabled=true
- --metrics-enabled=true
- --features=declarative-user-profile
- --spi-connections-jpa-legacy-migration-strategy=update
volumes:
- ./keycloak/realm:/opt/keycloak/data/import
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"inversify": "^6.0.2",
"inversify-express-utils": "^6.4.6",
"keycloak-connect": "20.0.3",
"keycloak-js": "^23.0.7",
"keycloak-js": "^24.0.1",
"knex": "^2.5.1",
"loglevel": "^1.9.1",
"nodemailer": "^6.9.9",
Expand Down
Loading