You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently ingress nginx only supports the ability to trim a path prefix before passing the request onto the service. It would be nice to be able to completely rewrite the entire base path with a literal value before passing the request onto the service
Is your feature request related to a problem? Please describe.
Currently ingress nginx only supports the ability to trim a path prefix before passing the request onto the service. It would be nice to be able to completely rewrite the entire base path with a literal value before passing the request onto the service
** how it compares to trim prefix **
Currently:
will result in
Rewrite with literal should look like this as per the documentation https://kubernetes.github.io/ingress-nginx/examples/rewrite/#app-root:
which should result in the following:
The text was updated successfully, but these errors were encountered: