thiagoelg commented on code in PR #2700:
URL:
https://github.com/apache/incubator-kie-tools/pull/2700#discussion_r1813113178
##########
examples/jbpm-compact-architecture-example/docker-compose/docker-compose.yml:
##########
@@ -97,27 +97,14 @@ services:
depends_on:
jbpm-compact-architecture-example-service:
condition: service_started
+ # keycloak:
+ # condition: service_healthy
volumes:
- ./svg/:/home/kogito/data/svg/
environment:
RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_ENV_MODE: "DEV"
RUNTIME_TOOLS_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT:
http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:8080/graphql
-
- task-console:
- container_name: task-console
- image: ${KOGITO_TASK_CONSOLE_IMAGE}
- profiles: ["full"]
- ports:
- - 8380:8080
- depends_on:
- jbpm-compact-architecture-example-service:
- condition: service_started
- keycloak:
- condition: service_healthy
- environment:
- RUNTIME_TOOLS_TASK_CONSOLE_KOGITO_ENV_MODE: "PROD"
- RUNTIME_TOOLS_TASK_CONSOLE_DATA_INDEX_ENDPOINT:
http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:8080/graphql
- KOGITO_CONSOLES_KEYCLOAK_HEALTH_CHECK_URL:
http://localhost:8480/auth/realms/kogito/.well-known/openid-configuration
- KOGITO_CONSOLES_KEYCLOAK_URL: http://localhost:8480/auth
- KOGITO_CONSOLES_KEYCLOAK_REALM: kogito
- KOGITO_CONSOLES_KEYCLOAK_CLIENT_ID: kogito-console-quarkus
+ # KOGITO_CONSOLES_KEYCLOAK_HEALTH_CHECK_URL:
http://localhost:8480/auth/realms/kogito/.well-known/openid-configuration
+ # KOGITO_CONSOLES_KEYCLOAK_URL: http://localhost:8480/auth
+ # KOGITO_CONSOLES_KEYCLOAK_REALM: kogito
+ # KOGITO_CONSOLES_KEYCLOAK_CLIENT_ID: kogito-console-quarkus
Review Comment:
I'm leaving this commented out, as using Keycloak is still a valid option
but not the default for the Management Console.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]