-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Pass TLS bool from IngressRouteTCP to TCPService #11343
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
Conversation
|
Hello @lipmem and thanks for your contribution, As this pull request is a fix, could you please rebase it on branch v3.2? |
7b52fe0 to
a45acbc
Compare
|
@kevinpollet I rebased it |
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
rtribotte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
kevinpollet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👏
What does this PR do?
Pass TLS bool value from IngressRouteTCP to TCPServer to allow to enable TLS encrypted communication between traefik and downstream service.
Motivation
I deployed traefik as k8s Ingress. TLS is terminated at traefik, but I want to communicate via TLS inside the cluster. This is not possible right now with the given options of IngressRouteTCP.
More
Additional Notes