You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/01 20:46:54 UTC

[GitHub] dgrove-oss opened a new issue #108: WHISK_API_HOST_NAME not set correctly in invoker.yml

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:
users@infra.apache.org


With regards,
Apache Git Services