The keycloak account console is not working with the nomad-oasis-with-keycloak default config.
This can easily be reproduced:
- have a clone of the project
- run
docker compose up -d
in the ops/docker-compose/nomad-oasis-with-keycloak folder - go to http://localhost/keycloak/auth/realms/nomad/account/
In the js console you will see
GET http://localhost/keycloak/auth/realms/nomad/protocol/openid-connect/login-s…s-iframe.html/init?client_id=account-console&origin=http%3A%2F%2Flocalhost 403 (Forbidden)
The respective request shows on the browsers network tab without any body. The 403 is the only clue. There is nothing about this in the keycloak logs.