Closed paniagua closed 7 years ago
Strip URI It may be desirable to specify a URI prefix to match an API, but not include it in the upstream request.
It means that if the request is '/omnicall/path' it removes the '/omnicall' piece, which is not desired.
The default value is true. This PR reads the value from the ingress annotations. E.g.
true
annotations: ingress.kubernetes.io/strip-uri: "[true|false]"
I'll add a test and make a PR to the upstream
Strip URI It may be desirable to specify a URI prefix to match an API, but not include it in the upstream request.
It means that if the request is '/omnicall/path' it removes the '/omnicall' piece, which is not desired.
The default value is
true
. This PR reads the value from the ingress annotations. E.g.I'll add a test and make a PR to the upstream