You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPRoutes route HTTP traffic that is unencrypted and available for inspection. This includes HTTPS traffic that's terminated at the Gateway (since that is then decrypted), and allows the HTTPRoute to use HTTP properties, like path, method, or headers in its routing directives.
So it should work (as it should include terminated traffic in gateway?). Am I missing something in httproute object?
The text was updated successfully, but these errors were encountered:
Description:
I am trying to install envoygateway with proxyprotocol enabled in both http and https. However, it does not work for https.
Repro steps:
install gateway controller
values.yaml https://gist.github.com/zetaab/e08c957f0139f87533c55086f7f9ab4e
deploy.yaml: https://gist.github.com/zetaab/4838972dffb7f0143592f058333980a7
app.yaml https://gist.github.com/zetaab/c8ff93b05f460141abe3300a2da09e1d
Environment:
Kubernetes 1.29.1
Logs:
https://gist.github.com/zetaab/052de1f3d65d4b5b8074df8988183c18 as we can see it does not populate anything under https listeners? Specs https://gateway-api.sigs.k8s.io/guides/implementers/#httproute says
So it should work (as it should include terminated traffic in gateway?). Am I missing something in httproute object?
The text was updated successfully, but these errors were encountered: