ACS-5925 Switch from IDS 2.0.0 to Keycloak 21.1.2 (#2369)

This commit is contained in:
Domenico Sibilio
2023-12-13 12:48:47 +01:00
committed by GitHub
parent 856bf011c5
commit 9cce8d54d8
2 changed files with 6 additions and 6 deletions

View File

@@ -406,7 +406,7 @@ jobs:
- testSuite: AppContext04TestSuite - testSuite: AppContext04TestSuite
compose-profile: with-transform-core-aio compose-profile: with-transform-core-aio
- testSuite: AppContext05TestSuite - testSuite: AppContext05TestSuite
compose-profile: with-ids compose-profile: with-sso
mvn-options: '-Didentity-service.auth-server-url=http://${HOST_IP}:8999/auth -Dauthentication.chain=identity-service1:identity-service,alfrescoNtlm1:alfrescoNtlm' mvn-options: '-Didentity-service.auth-server-url=http://${HOST_IP}:8999/auth -Dauthentication.chain=identity-service1:identity-service,alfrescoNtlm1:alfrescoNtlm'
- testSuite: AppContext06TestSuite - testSuite: AppContext06TestSuite
compose-profile: with-transform-core-aio compose-profile: with-transform-core-aio

View File

@@ -10,7 +10,7 @@ services:
- "8090:8090" - "8090:8090"
postgres: postgres:
image: postgres:15.4 image: postgres:15.4
profiles: ["default", "with-transform-core-aio", "postgres", "with-mtls-transform-core-aio", "with-ids"] profiles: ["default", "with-transform-core-aio", "postgres", "with-mtls-transform-core-aio", "with-sso"]
environment: environment:
- POSTGRES_PASSWORD=alfresco - POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco - POSTGRES_USER=alfresco
@@ -19,7 +19,7 @@ services:
ports: ports:
- "5433:5432" - "5433:5432"
activemq: activemq:
profiles: ["default", "with-transform-core-aio", "activemq", "with-mtls-transform-core-aio", "with-ids"] profiles: ["default", "with-transform-core-aio", "activemq", "with-mtls-transform-core-aio", "with-sso"]
image: alfresco/alfresco-activemq:5.18.3-jre17-rockylinux8 image: alfresco/alfresco-activemq:5.18.3-jre17-rockylinux8
ports: ports:
- "5672:5672" # AMQP - "5672:5672" # AMQP
@@ -57,9 +57,9 @@ services:
CLIENT_SSL_TRUST_STORE: "file:/tengineAIO.truststore" CLIENT_SSL_TRUST_STORE: "file:/tengineAIO.truststore"
CLIENT_SSL_TRUST_STORE_PASSWORD: "password" CLIENT_SSL_TRUST_STORE_PASSWORD: "password"
CLIENT_SSL_TRUST_STORE_TYPE: "JCEKS" CLIENT_SSL_TRUST_STORE_TYPE: "JCEKS"
alfresco-identity-service: keycloak:
profiles: ["with-ids"] profiles: ["with-sso"]
image: quay.io/alfresco/alfresco-identity-service:2.0.0 image: quay.io/keycloak/keycloak:21.1.2
environment: environment:
- KEYCLOAK_ADMIN=admin - KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin - KEYCLOAK_ADMIN_PASSWORD=admin