Commit 7fb934b
committed
Do not register ClientTrafficPolicy with control plane.
Due to limitations in how Envoy Gateway programs listeners,
a ClientTrafficPolicy cannot be applied to non-TLS listeners
with overlapping ports. Application to TLS listeners works
without issue, however the inconsistency is undesirable.
Future TLS settings can be provided via the Gateway Listener's
TLS configuration.
Header manipulation, while not "early", can be accomplished
today via `RequestHeaderModifier` filters. Timeouts can
also be defined in existing route rules.
Remaining features are mostly around tuning, where there can
be generous defaults set on the platform.1 parent 7a04ed8 commit 7fb934b
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments