Traefik Ingress to consume TCP TLV header for proxy protocol

Hi All,

With Proxy protocol enabled, we need to read and consumer the TCP TLV header object to have some login in out application

Can someone provide if traefik support consuming the TCL TLV header or any config to enable/propagate the TCP TLV header from trafik to backend on header

Additional Details - https://www.haproxy.org/download/2.0/doc/proxy-protocol.txt (PP2_TLV)

Any help is appreciated ?

Thanks
Lokesh

Hi @lokesh12002

Thanks for your using Traefik.

Traefik supports Proxy protocol on entrypoints and on a service level. Those features can be enabled by setting the following attributes, please refer to the documentation.

Traefik should not remove TCP TLV header is those features are enabled, please let us know if you noticed any issue with that.

Thank you,