fantonangeli commented on code in PR #2532: URL: https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1721605847
########## packages/sonataflow-management-console-webapp/README.md: ########## @@ -1,17 +1,13 @@ # sonataflow-management-console-webapp -## Working with Management Console features - -TODO - ## Enabling Keycloak security ### Starting and Configuring the Keycloak Server To start a Keycloak Server you can use Docker and just run the following command: ``` -docker run -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e KEYCLOAK_IMPORT=/tmp/sonataflow-realm.json -v ./dev/config/sonataflow-realm.json:/tmp/sonataflow-realm.json -p 8280:8080 quay.io/keycloak/keycloak:legacy +docker run -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -v ./dev/config/sonataflow-realm.json:/opt/keycloak/data/import/realm.json -p 8280:8080 quay.io/keycloak/keycloak:23.0.7 start-dev --import-realm Review Comment: @ricardozanini There is no requirement I only followed the same version used in kogio-runtimes. Now I changed to 25.0.3 -- 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]
