Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxying different urls #104

Open
emilien-puget opened this issue Mar 26, 2024 · 3 comments
Open

Proxying different urls #104

emilien-puget opened this issue Mar 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@emilien-puget
Copy link

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

@daveshanley
Copy link
Member

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?

@emilien-puget
Copy link
Author

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

@daveshanley daveshanley added the enhancement New feature or request label Mar 31, 2024
@daveshanley
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants