Hi all, I have hosted a etcd server with a dns name on AWS and i can reach the endpoint
such as https://etcd.companynamex.com:2379/version and get a response. Apisix gateway also runs using this particular dns name of the etcd service. But the apisix dashboard cant connect to the etcd service when using it in the yaml config file. Is there a way to link the dashboard to an external etcd at all or does the etcd need to run on same host as the dashboard and one needs to use localhost instead? Thanks, Fabian