Hi all,
I’m trying to set up Keycloak in domain clustered mode.
I’ve set the bind addresses to be the IP of each server for the host-master.xml and host-slave.xml.
I’m able to access the management console via:
http://kc.example.com:9990/console
From there, I’m able to get the URL for each server, eg:
http://192.168.1.10:8230
I head to that URL, hit the 'Administration Console" link, and it redirects me to something like:
http://192.168.1.10:8230/auth/kc.example.com/admin/
This gives me:
`Keycloak
We are sorry…
Page not found`
I’ve set the frontendUrl property in domain.xml to be something like:
<property name="frontendUrl" value="https://kc.example.com"/>
I’ve also tried hitting:
http://kc.example.com:8230/auth/kc.example.com/admin/
http://kc.example.com:8230/auth/admin/
http://kc.example.com:8080/auth/admin/
And I’ve tried creating an ssh tunnel and hitting:
http://localhost:8080/auth/admin/
http://localhost:8230/auth/admin/
None of which appear to get me there.
Any advice would be appreciated.
Thank you.