I am getting following error while Camunda Identity is trying to connect Keycloak.
"2024-03-24 16:33:02.185 ERROR 1 — [ main] i.c.i.i.k.c.KeycloakConfiguration : Failure #1. Unable to connect to Keycloak.
2024-03-24 16:33:32.186 WARN 1 — [ main] i.c.i.i.k.c.KeycloakConfiguration : Retrying…
2024-03-24 16:33:33.222 ERROR 1 — [ main] i.c.i.i.k.c.KeycloakConfiguration : Failure #2. Unable to connect to Keycloak.
2024-03-24 16:34:03.222 WARN 1 — [ main] i.c.i.i.k.c.KeycloakConfiguration : Retrying…
2024-03-24 16:34:04.261 ERROR 1 — [ main] i.c.i.i.k.c.KeycloakConfiguration : Failure #3. Unable to connect to Keycloak.
2024-03-24 16:34:34.262 WARN 1 — [ main] i.c.i.i.k.c.KeycloakConfiguration : Retrying…
All Camunda Urls are working fine and I am able to login successfully . For Identity URL , I am facing this issue.
Can anyone guide me what are changes I have to made in values.yaml
Hi @1986sudipta
What if you remove the following sections from the chart and re-deploy?
Have you tried to turn off SSL for master and camunda-platform realms?
- In the master realm, set Require SSL to none by following the steps in SSL modes.
- Restart the Identity service.
- In the camunda-platform realm, set Require SSL to none by following the steps in SSL modes.
- Restart the Identity service again.
1 Like
Thanks Alex …Connection is successful …but still I am not able to login in identity
Other URLs(operate/tasklist/optimize) with same credentials is working fine
Just to double-check. Do you see this error when connecting via a browser URL and using a login/password?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.