ESDLMapEditorESSIM / docker-toolsuite

All information to install, setup and run the ESDL MapEditor and ESSIM toolsuite on your local machine
2 stars 5 forks source link

Keycloak URL in setup is incorrect #20

Closed lfse-slafleur closed 3 months ago

lfse-slafleur commented 1 year ago

Branch: infra-update

http://localhost:8080 should be http://localhost:8080/auth/ at step 3 'creating user accounts'

edwinmatthijssen commented 1 year ago

The first URL works too, and is automatically redirected to the second if I'm right. Or does this issue refer to the new keycloak version and did this behavior change?

ewoudwerkman commented 1 year ago

Yes, new keycloak does not use /auth anymore, but can be configured to use it, but misses redirect to /auth. For backwards compatibility I added the /auth in the keycloak config.

lfse-slafleur commented 1 year ago

I can confirm that http://localhost:8080 does not redirect to http://localhost:8080/auth. It shows an error that the resource cannot be found which caused me to think I missed some configuration parameter and Keycloak wasn't functioning correctly yet. However, just going to the right url http://localhost:8080/auth was all I needed to do.

lfse-slafleur commented 1 year ago

Fixed in #19

ewoudwerkman commented 3 months ago

Merged, but the caddy part is not included. Manually go to the /auth endpoint is now what is documented in the README.md