dgrove-oss opened a new issue #108: WHISK_API_HOST_NAME not set correctly in invoker.yml URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/108 invoker.yml sets WHISK_API_HOST_NAME to nginx.openwhisk (the internal service name for the nginx engine). This is wrong; the only use of this envvar is to set __OW_API_HOST in the user function container's environment -- we need any call backs from the user containers to go in through the front door ingress, not short-circuit to an internal route (that will not even be reachable to them from a properly secured deployment).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
