-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
envoy/api/envoy/config/listener/v3/listener_components.proto
Lines 242 to 243 in 0ab463f
| google.protobuf.BoolValue use_proxy_proto = 4 | |
| [deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"]; |
Has been deprecated for quite some time, but no warning or deprecation stat is emitted.
After the removal of tls inspector auto injection in #17373 this becomes particularly bad, because proxy proto now gets auto injected after manual listener filters which is almost definitely wrong.
We need to complete this deprecation first by warning on this field's use and emitting a deprecated stat, and then actually removing support for it entirely.
Reactions are currently unavailable