mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
[ACS-9181] Bump Keycloak to 26.1.0 on ACS 7.3.N (#3176)
This commit is contained in:
@@ -200,7 +200,7 @@ public class IdentityServiceRemoteUserMapperTest extends AbstractChainedSubsyste
|
||||
assertEquals("identity-service.client-connection-timeout", 3000,
|
||||
this.identityServiceConfig.getClientConnectionTimeout());
|
||||
|
||||
assertEquals("identity-service.client-socket-timeout", 1000,
|
||||
assertEquals("identity-service.client-socket-timeout", 3000,
|
||||
this.identityServiceConfig.getClientSocketTimeout());
|
||||
|
||||
// check boolean overrides
|
||||
|
@@ -43,7 +43,7 @@ identity-service.enable-pkce=true
|
||||
identity-service.ignore-oauth-query-parameter=true
|
||||
identity-service.credentials.secret=11111
|
||||
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=false
|
||||
|
||||
|
@@ -26,11 +26,11 @@ services:
|
||||
- "61616:61616" # OpenWire
|
||||
keycloak:
|
||||
profiles: ["with-sso"]
|
||||
image: quay.io/keycloak/keycloak:25.0.6
|
||||
image: quay.io/keycloak/keycloak:26.1.0
|
||||
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
|
||||
|
Reference in New Issue
Block a user