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

Create example of traefik on host network for obtaining ingress source IP's #9

Closed
BretFisher opened this issue Aug 31, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@BretFisher
Copy link
Owner

The ingress routing mesh loses the client source IP, and some web apps need this. This enhancement would add an example/option for placing traefik on --network host so it can capture those source IP's and send them as host headers to backend services on an overlay network.

With traefik this makes the whole thing a bit more complex because we now must have a traefik replica on every node (global mode) which means we can't cheat with the TOML config file and cert files like we can with a single-replica traefik service. We'll need a config backend for traefik to make this work.

@BretFisher BretFisher added the enhancement New feature or request label Aug 31, 2018
@BretFisher
Copy link
Owner Author

Fixed in the big proxy update! 🎉 97a27e1

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

1 participant