I am willing to build this PR, but I want to make sure it will be accepted before I start the effort.
We currently have a private and public fabio with the intention of protecting private endpoints from the public. However, we want to be able to easily proxy a path on a public endpoint to the private fabio. For instance, this would allow us to proxy /api on a public facing UI container to an api container.
I believe that an additional option added to the routing language would solve this very elegantly with no side effects to the current fabio estate.
To illustrate, the UI service would have the following tags.
urlprefix-ui.domain.com/
urlprefix-ui.domain.com/api strip=/api proxy=http://api/
I am willing to build this PR, but I want to make sure it will be accepted before I start the effort.
We currently have a private and public fabio with the intention of protecting private endpoints from the public. However, we want to be able to easily proxy a path on a public endpoint to the private fabio. For instance, this would allow us to proxy
/apion a public facing UI container to an api container.I believe that an additional option added to the routing language would solve this very elegantly with no side effects to the current fabio estate.
To illustrate, the UI service would have the following tags.