[ISSUE] External Keycloak with predefined identity secrets results in invalid_client_credentials #2480
Labels
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
platform/openshift
Issues related to OpenShift
Describe the issue:
External Keycloak reports invalid_client_credentials when i use the predefined secret for zeebe.
I have set in the values.yaml file the usage of an external Keycloak with the version: 23.0.7
Also i have defined my secrets for the clients in the identity-secret-for-components in my platform before install via helm.
The secret looks like:
I make always a new installation, because i evaluate the product with following command:
Actual behavior:
When i use the settings like described above (with the predefined secret for the zeebe client), the external Keycloak throws an error during the login to the zeebe Gateway with the message:
I can see the created client in the keycloak with the correct password from the secret (identity-secret-for-components)
I test the connection with the camunda modeler - deploy (rocket) button in the Desktop Application.
Camunda Modeler logs following error:
Expected behavior:
The Camunda Modeler should deploy the model and the client should authenticate against the keycloak without problems.
How to reproduce:
It is always reproduceable when i set the value in the values.yaml for the predefinde Secret
It is working
It works when i delete the option to take the zeebe client secret from the automatic generate secret from the helm chart.
Then my external keycloak is also happy and my test with the camunda modeler runs without any problem and i can deploy to the camunda platform.
In the working scenario the values.xml looks like:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered: