I’m currently facing an issue with my deployment setup using Helm charts for Camunda 8, with Kong serving as the Ingress Controller. Specifically, I have enabled gRPC as the protocol for the Zeebe endpoint. However, I’m encountering an error when attempting to establish a connection to a self-managed cluster using OAuth.
Here’s a brief overview of the setup:
- Deployment Method: Helm charts for Camunda 8
- Ingress Controller: Kong
- Protocol for Zeebe Endpoint: gRPC
The specific error I’m encountering relates to establishing a connection to a self-managed cluster using OAuth. I’ve followed the necessary configuration steps, but I’m still facing challenges in making the connection.
I would greatly appreciate any insights or suggestions on how to troubleshoot and resolve this issue. If anyone has encountered a similar problem or has expertise in this area, your assistance would be invaluable.
Thank you in advance for your help and support.
https://camunda.platform.camundanifi.cherryy.ca/modeler/internal-api/zeebe/check-connection
{
“data”: {
“status”: “UNAVAILABLE”,
“message”: “Failed ALPN negotiation: Unable to find compatible protocol\nChannel Pipeline: [SslHandler#0, ProtocolNegotiators$ClientTlsHandler#0, WriteBufferingAndExceptionHandler#0, DefaultChannelPipeline$TailContext#0]”
}
}
from desktop modeler i encounter this in logs
Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error
at callErrorFromStatus (C:\Users\ChandraSekharMallu\Downloads\camunda-modeler-5.20.0-win-x64\resources\app.asar\node_modules@grpc\grpc-js\build\src\call.js:31:19)
at Object.onReceiveStatus (C:\Users\ChandraSekharMallu\Downloads\camunda-modeler-5.20.0-win-x64\resources\app.asar\node_modules@grpc\grpc-js\build\src\client.js:192:76)
at C:\Users\ChandraSekharMallu\Downloads\camunda-modeler-5.20.0-win-x64\resources\app.asar\node_modules@grpc\grpc-js\build\src\call-interface.js:78:35