Open gjo-satec opened 2 years ago
Hi @gjo-satec
you can start the canvas in a bottle docker with:
docker run --rm --name tmf-canvas-in-a-bottle -p 8000-9000:8000-9000 -p 3000:3000 -v //var/run/docker.sock:/var/run/docker.sock -it tmforumodacanvas/canvas-in-a-bottle:latest
and issue from the terminal: kubectl port-forward service/canvas-keycloak 8088:8088 -n canvas --address 0.0.0.0 &
you will be able to access the keycloak here:
In the AWS cluster or a self-managed installation is possible to access the Keycloak admin web, in the CinB 'distribution' although Keycloak is installed the admin web remains unaccessible