apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Fix getUriPath logic to ignore API tenant base path #363

Closed hasueki closed 4 years ago

hasueki commented 4 years ago

Connects to #362

This change will ignore /api/<tenant> when matching the original URI and computing the backend URI.

PTAL: @mhamann @rabbah

rabbah commented 4 years ago

Thanks @hasueki.

@chetanmeh FYI.