FATAL: password authentication failed for user "bn_keycloak"

I am trying to setup an instance of camunda 8 on a private k8s cluster but I am getting an error launching keycloak: ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (JPA Startup Thread) FATAL: password authentication failed for user “bn_keycloak”,
it´s a fresh by-the-book install, please help.

Please do share the helm chart file what you have used.

Hi,
I followed the instructions in this link --docs.camunda.io/docs/self-managed/setup/guides/air-gapped-installation/
and executed these commands to retrieve the helm
helm repo add camunda --helm.camunda.io
helm repo update
helm pull camunda/camunda-platform
values.yaml (226.8 KB)
keycloak-values.yaml (57.4 KB)
The charts are the original ones.
Thank you for your help.
Best regards,
Miguel

Hi @Miguel_Ribeiro
Did you see this issue from the first attempt to deploy Camunda platform applications?

What I would suggest you to try if it’s PoC:

  1. Uninstall all Camunda platform components
  2. [important] Delete PV/PVC used by Camunda platform components
  3. Try on install again

Regards,
Alex

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.