wiretap icon indicating copy to clipboard operation
wiretap copied to clipboard

Proxying different urls

Open emilien-puget opened this issue 1 year ago • 3 comments

Is there a way to proxy different urls to different backends?

I tried setting up multiple instances of wiretap in a docker compose but the monitoring webpage displays the same content

emilien-puget avatar Mar 26 '24 12:03 emilien-puget

Can you help me understand the use case? Right now wiretap is designed to proxy to a single host, but you can choose to rewrite as many paths as you need on that endpoint.

What would you like to see? How would you like to configure it and what would you expect the outcome to be?

daveshanley avatar Mar 26 '24 13:03 daveshanley

i have a backend that talks to multiple backends and i would have like to have the possibility to have a wiretap before all of those backend

emilien-puget avatar Mar 26 '24 19:03 emilien-puget

Got it, It will require a little thinking as the the logic is all wired up for a single endpoint at the moment, but there is no reason why it cannot be expanded to multiple.

I'll need to think about how I can make it support multiple configs for each endpoint, and what that would look like etc.

daveshanley avatar Mar 31 '24 13:03 daveshanley