[IDP] Cannot access Keycloak
Modified on: Fri, 17 Nov 2023 1:14 PM2023-10-12
Symptoms
After upgrade the IDP component to latest version 4.0.x, the access to KC is not working, and steps to enable it from public doc here: Accessing the Keycloak Administration Panel, is not working anymore:
The script is under different location now:
but trying to execute it from the new location is not working neither:
And the restart of IDP pod is not helping neither.
Cause
By default, the keycloak admin web interface is only available if you try to access the web interface inside the containers idp-backend or idp-spi.
Resolution
To be able to access this web interface outside these containers in an kubernetes environment you need to run the following command:
This the the doc bug created DOC-3361