How do I set alpnProtos for DownstreamTLSContext for envoy instances using Gateway Envoy Provisioner? #6548
-
I'd like to configure alpnProtos for DownstreamTLSContext for my Gateway API listeners using Gateway Envoy Provisioner. How do I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I've found this comment: contour/internal/xdscache/v3/listener.go Line 500 in 9947760 which states
does it make sense? TLSRoutes do support TLS Termination at gateway level so this is not true in this case, right? |
Beta Was this translation helpful? Give feedback.
Well, I think this is just not possible by now with contour. This answers this discussion, so I'm closing this. But I still think this should be supported for Gateway API's TLSRoutes with TLS Termination, just because TLS's ServerHello Message needs to provide this alpnProto in the response for the TLS termination, and a static setting makes lots of sense for many use cases I guess. Better to create an issue for that...