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

Leverage/configure LB with Proxy-Protocol Support #227

Open
iamalnewkirk opened this issue Feb 4, 2021 · 2 comments
Open

Leverage/configure LB with Proxy-Protocol Support #227

iamalnewkirk opened this issue Feb 4, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@iamalnewkirk
Copy link

I'm looking for a way to use Kalm to deploy and manage pods but where the HTTP-based container applications will have access to X-Forwarded-For, X-Originating-IP, X-Remote-IP, and/or X-Remote-Addr.

@iAladdin iAladdin added the enhancement New feature or request label Feb 24, 2021
@davidqhr
Copy link
Member

Do you mean you want to access these header values(or equivalent) in your pod? Will add some docs about this. New docs will be released soon.

@iamalnewkirk
Copy link
Author

For clarity, I have an application running in a pod that needs to access the client's IP address. The pod is managed by Kalm and accessed through a route with HTTPS-only access. In order for the load balancer to add the client's IP address information to the HTTPS request, the load balancer must be configured to proxy TCP connections and to support proxy protocol. Additionally, Istio must be configured to handle TCP connections with proxy protocol support enabled.

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

3 participants