diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84f71764c..af973bd52f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -406,7 +406,7 @@ jobs: - testSuite: AppContext04TestSuite compose-profile: with-transform-core-aio - 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' - testSuite: AppContext06TestSuite compose-profile: with-transform-core-aio diff --git a/scripts/ci/docker-compose/docker-compose.yaml b/scripts/ci/docker-compose/docker-compose.yaml index 40bf97c523..8f7e9bda93 100644 --- a/scripts/ci/docker-compose/docker-compose.yaml +++ b/scripts/ci/docker-compose/docker-compose.yaml @@ -10,7 +10,7 @@ services: - "8090:8090" postgres: 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: - POSTGRES_PASSWORD=alfresco - POSTGRES_USER=alfresco @@ -19,7 +19,7 @@ services: ports: - "5433:5432" 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 ports: - "5672:5672" # AMQP @@ -57,9 +57,9 @@ services: CLIENT_SSL_TRUST_STORE: "file:/tengineAIO.truststore" CLIENT_SSL_TRUST_STORE_PASSWORD: "password" CLIENT_SSL_TRUST_STORE_TYPE: "JCEKS" - alfresco-identity-service: - profiles: ["with-ids"] - image: quay.io/alfresco/alfresco-identity-service:2.0.0 + keycloak: + profiles: ["with-sso"] + image: quay.io/keycloak/keycloak:21.1.2 environment: - KEYCLOAK_ADMIN=admin - KEYCLOAK_ADMIN_PASSWORD=admin