tmforum-oda / canvas-in-a-bottle

Other
6 stars 2 forks source link

Expose Keycloak admin web #14

Open gjo-satec opened 2 years ago

gjo-satec commented 2 years ago

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

hrodrigues-hestia commented 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:

http://127.0.0.1:8088/auth/