Skip to content

[feature]: proxy route option #356

@BSick7

Description

@BSick7

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions