gloo: useProxyProto not working?

Describe the bug My envoy proxy fails to forward traffic properly when I enable useProxyProto in my Gloo gateways and set the corresponding field for AWS

service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: '*'

I get unexpected response status code 502 when accessing the proxy.

Have you seen this before?

This bug does NOT occur if useProxyProto is true and the annotation is NOT applied.

Version 0.20.8

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 27 (27 by maintainers)

Most upvoted comments

to summarize:

  • traffic coming from the ELB works as expected
  • internal traffic access the API doesn’t have proxy proto and can’t communicate

suggestion: add another gateway for the internal traffic, without the proxy protocol?