I’ve deployed a self managed cluster (Docker based - development environment) using the docker compose.
All containers are up and running (Healthy) and all services (operate, tasklist, keycloak) can be accessed via the VM ip and their exposed ports, except Identity.
When I access Identity, web redirect me to http://localhost:8084/auth/login
I have changed
IDENTITY_AUTH_PROVIDER_BACKEND_URL and IDENTITY_AUTH_PROVIDER_ISSUER_URL to
@Henderson_Dvid
I have tried deploying the 8.3.0-alpha3 in docker though compose file without changing anything from the source code downloaded as a zip
It is working fine for me
@Praveen_Kumar_Reddy
On my local, it’s working fine, but I’m trying to run it on my vps.
I have change HOST to my vps ip, and disable ssl_required as well.
I can access operator by link http://my_vps_ip:8081, but when access Identity by url http://my_vps_ip:8084, website redirect to http://localhost:8084/auth/login. I think it should be redirect to http://my_vps_id:18080/auth/realms/camunda-platform... like Operator
@Henderson_Dvid , Understood
I have tried with the earlier version of camunda 8.2.8 (didn’t have time to deploy 8.3 alpha in VP), where IDENTITY_AUTH_PROVIDER_BACKEND_URL,
IDENTITY_AUTH_PROVIDER_ISSUER_URL
were availabe as default then I have changed the url’s as below
I have resolved my problem with your advise. Many thanks.
I can mark it as solution, so if anyone has permission to do it, please help me to mark this is solution
Hi @Praveen_Kumar_Reddy and @Henderson_Dvid! I fixed the issue with the Solved plugin – it wasn’t enabled for this category. I went ahead and marked the solution. Thanks!