ricardozanini commented on code in PR #2532:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1715874335


##########
packages/sonataflow-management-console-webapp/README.md:
##########
@@ -0,0 +1,35 @@
+# 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

Review Comment:
   This image is too old; it is two years old. Can we consider upgrading it?



##########
packages/sonataflow-management-console-webapp/README.md:
##########
@@ -0,0 +1,35 @@
+# sonataflow-management-console-webapp
+
+## Working with Management Console features
+
+TODO

Review Comment:
   Leftovers?



-- 
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]

Reply via email to