-
Notifications
You must be signed in to change notification settings - Fork 592
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
Support TLSRoute
with expression router
#4540
Comments
Piggybacking the TCPIngress TLS passthrough on this. TCPIngress otherwise works in #4612 and the issue with passthrough not matching will presumably have the same fix for both TLSRoute and TCPIngress. |
This requires a gateway change: Kong/kong#11538 Our implementation isn't expected to change. We add expression SNI criteria if the route object contains traditional SNI values already. TLSRoute will require removing the not supported abort. TCPIngress with TLS passthrough already creates routes that will match after the fix following #4612, and will only require enabling the tests. Dunno how we want to handle this for 2.12, since I don't expect the gateway fix to be released by then. We could add the functionality anyway without enabling tests with the expectation that it will work on a fixed gateway release. |
Blocked by Kong/kong#11538 as Travis mentioned (likely to come in Kong 3.4.1) |
Is there an existing issue for this?
Problem Statement
Split out of #4312
Kong 3.4 added support of expression router in L4 proxy. We could implement support of TLSRoute in gateway APIs.
Proposed Solution
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: