-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat: support tls expression route. #4574
Conversation
I have struggled with the tls_passthrough |
@rodman10 confirmed with gateway team that there are some issue in the Kong router part to set the matching protocols, so |
Whether |
I think we should hold this until Kong gateway has released a version to support |
Fix an issue that protocol `tls_passthrough` can not work with expressions flavor KAG-2561 See: Kong/kubernetes-ingress-controller#4574 (comment)
Fix an issue that protocol `tls_passthrough` can not work with expressions flavor KAG-2561 See: Kong/kubernetes-ingress-controller#4574 (comment) (cherry picked from commit 66795cd)
Fix an issue that protocol `tls_passthrough` can not work with expressions flavor KAG-2561 See: Kong/kubernetes-ingress-controller#4574 (comment) (cherry picked from commit 66795cd)
@rodman10 Now Kong 3.4.1 is released with the fix of supporting TLS passthrough. You can continue on this PR if you still want to do. |
Ok, I will work with this pr this weekend. |
bb6673b
to
18ee6c2
Compare
@rodman10 Is it ready for review now? I tried to run integration tests for TLSRoute and the tests passed. |
Ok, the pr is ready for review, because I found kongintergration test was failed, I was trying to figure it out. |
What this PR does / why we need it:
Which issue this PR fixes:
Fixes #4540
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR