waldur / waldur-docker-compose

Docker-compose configuration for quick setup of Waldur for demo purposes
MIT License
2 stars 11 forks source link

Can't login to Keycloak #8

Open kubeworkz opened 1 year ago

kubeworkz commented 1 year ago

Keycloak doesn't seem to be letting me in with the keycloak admin pw I set in .env. I noticed in the keycloak container logs there's a message:

2022-12-08 22:27:25,589 ERROR [org.keycloak.services] (main) KC-SERVICES0010: Failed to add user 'admin' to realm 'master': user with username exists

Update: I was able to login to Keycloak Master realm with https://mydomain/auth/ and I noticed there's no user admin in the Waldur realm.

I manually created an admin user in the Waldur realm with the same password as the .env file and it still didn't allow me to login via Keycloak server.