Thanks your always support. I’m not sure about IP assigned. I just follow GitHub repository in version 8.7 Helm Chart and use Argo CD to deploy to Kubernetes. There are a lot of configuration in value.yaml file.
"Unfortunately, the information about assigned IPs cannot be obtained from the values file. You can retrieve it using kubectl get pods -n or by checking the ArgoCD user interface.
If for some reason, you can’t check it, you can simply try following these directions to see if they help resolve the issue: Troubleshooting Identity | Camunda 8 Docs
I got the same error when linking Camunda to Keycloak, and it was a concern about client ID or missing role in Keycloak. Make sure that the client has the correct scopes and that the endpoint token URL is correct. Once fixed, the 403 error disappeared in my house.