Hi,
I setup a Self Managed > Docker Compose instance ( Docker Compose | Camunda 8 Docs on AWS EC2 Redhat 9.
I can see all the services are listening on respective ports using netstat
I have also setup the Security Rules in AWS to allow incoming traffic to the 80xx and 92xx and 26xxx ports from any origin IP on the internet.
Now I tried to access the tasklist (8082) from my laptop. The request always fails and gets redirected to localhost:18080.
I must be missing something basic. Like configuring Keycloak or some such.