ACS-9047 Use Keycloak 26 (#3079)

This commit is contained in:
Piotr Żurek
2024-12-12 10:46:48 +01:00
committed by GitHub
parent 05f6b90df8
commit 6e435e1a8c
2 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ identity-service.enable-pkce=true
identity-service.ignore-oauth-query-parameter=true
identity-service.credentials.secret=
identity-service.credentials.provider=secret
identity-service.client-socket-timeout=1000
identity-service.client-socket-timeout=3000
identity-service.client-connection-timeout=3000
identity-service.authentication.enable-username-password-authentication=true

View File

@@ -59,11 +59,11 @@ services:
CLIENT_SSL_TRUST_STORE_TYPE: "JCEKS"
keycloak:
profiles: ["with-sso"]
image: quay.io/keycloak/keycloak:25.0.6
image: quay.io/keycloak/keycloak:26.0.7
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KC_DB=dev-mem
- KC_BOOTSTRAP_ADMIN_USERNAME=admin
- KC_BOOTSTRAP_ADMIN_PASSWORD=admin
- KC_DB=dev-file
command: ["start-dev", "--import-realm", "--http-relative-path=/auth", "--hostname=localhost", "--http-enabled=true"]
volumes:
- ../../../repository/src/test/resources/realms/alfresco-realm.json:/opt/keycloak/data/import/alfresco-realm.json