dgrove-oss opened a new pull request #3125: Allow / in "host" portion of actionUrlPattern URL: https://github.com/apache/incubator-openwhisk/pull/3125 Allowing / in the "host" portion of the actionUrlPattern supports deployments where URL rewriting in a front-end proxy is used to allow multiple services to be hosted from a single hostname or IP address. This is a common scenario for Kubernetes-based deployments where a cluster may only have a single exposed IP address or DNS name and its Ingress does URL rewriting to expose multiple services using different paths. For example, when deploying OpenWhisk on a kube cluster we need to expose two aspects of OpenWhisk using a single host name mycluster.cloudprovider.com/openwhisk mycluster.cloudprovider.com/apigateway
---------------------------------------------------------------- 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
