kumahq / kuma

🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
https://kuma.io/install
Apache License 2.0
3.64k stars 331 forks source link

Support TLS routes for passthrough #6955

Open michaelbeaumont opened 1 year ago

michaelbeaumont commented 1 year ago

Description

After #6132, it should be possible to further route traffic to a passthrough TLS listener based on SNI like TLSRoute

github-actions[bot] commented 1 year ago

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

github-actions[bot] commented 10 months ago

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

github-actions[bot] commented 7 months ago

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

github-actions[bot] commented 4 months ago

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

github-actions[bot] commented 1 month ago

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.

slonka commented 1 month ago

@lukidzi did anything change here with MeshPassthrough?

michaelbeaumont commented 1 month ago

@slonka No this is just a gateway and routing feature where TLS traffic isn't terminated but still routed to in-mesh backends based on SNI.

lahabana commented 2 weeks ago

Wasn't there a discussion in GatewayAPI about support of TLSRoute?