consul/agent/xds/testdata
Michael Zalimeni ad03a5d0f2
Avoid panic applying TProxy Envoy extensions (#17537)
When UpstreamEnvoyExtender was introduced, some code was left duplicated
between it and BasicEnvoyExtender. One path in that code panics when a
TProxy listener patch is attempted due to no upstream data in
RuntimeConfig matching the local service (which would only happen in
rare cases).

Instead, we can remove the special handling of upstream VIPs from
BasicEnvoyExtender entirely, greatly simplifying the listener filter
patch code and avoiding the panic. UpstreamEnvoyExtender, which needs
this code to function, is modified to ensure a panic does not occur.

This also fixes a second regression in which the Lua extension was not
applied to TProxy outbound listeners.
2023-06-01 13:04:39 -04:00
..
builtin_extension Avoid panic applying TProxy Envoy extensions (#17537) 2023-06-01 13:04:39 -04:00
clusters
endpoints
jwt_authn [NET-3092] JWT Verify claims handling (#17452) 2023-05-30 13:38:33 -04:00
listeners Use original_dst filter instead of use_original_dst field (#17433) 2023-05-24 12:01:17 -05:00
rbac [NET-3092] JWT Verify claims handling (#17452) 2023-05-30 13:38:33 -04:00
routes
secrets
alt-test-leaf-cert.golden
alt-test-leaf-key.golden
alt-test-root-cert.golden
cache-test-leaf-cert.golden
cache-test-leaf-key.golden
db-test-leaf-cert.golden
db-test-leaf-key.golden
test-leaf-cert.golden
test-leaf-key.golden
test-root-cert.golden