Re: api gateway with standalone controller

2019-07-01 Thread Rodric Rabbah
Thanks Dragos. The resolver contents are: bash-4.4# cat "/etc/api-gateway/conf.d/includes/resolvers.conf" resolver 192.168.65.1; I'm trying to run the API gateway along with the standalone controller. I started the gateway with "wskdev apigw", and using http://host.docker.internal:3233 as my o

Re: api gateway with standalone controller

2019-06-27 Thread Dascalita Dragos
Rodric, are you running a custom api gateway container ? The lines at [1] should fix the issue for you. NGINX has its own internal DNS resolution for performance considerations. I'm curios what the content of "/etc/api-gateway/conf.d/includes/resolvers.conf" is inside the apigateway container. A

api gateway with standalone controller

2019-06-26 Thread Rodric Rabbah
I tried to use the api gateway with the standalone controller and ran into a few issues which I'll document in the relevant docs soon. I'm now hitting an issue where the api gateway cannot resolve the host for routing a request. I opened https://github.com/apache/incubator-openwhisk-apigateway/iss