open-consul/agent/proxycfg
Derek Menteer d87e4acb4d
Fix mesh gateways incorrectly matching peer locality. (#16257)
Fix mesh gateways incorrectly matching peer locality.

This fixes an issue where local mesh gateways use an
incorrect address when attempting to forward traffic to a
peered datacenter. Prior to this change it would use the
lan address instead of the wan if the locality matched. This
should never be done for peering, since we must route all
traffic through the remote mesh gateway.
2023-02-16 09:22:41 -06:00
..
internal/watch
api_gateway.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
connect_proxy.go Fix configuration merging for implicit tproxy upstreams. (#16000) 2023-01-18 13:43:53 -06:00
data_sources.go
data_sources_oss.go
deep-copy.sh Implement APIGateway proxycfg snapshot (#16194) 2023-02-08 15:52:12 -06:00
ingress_gateway.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
manager.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
manager_test.go
mesh_gateway.go
mesh_gateway_oss.go
naming.go Fix configuration merging for implicit tproxy upstreams. (#16000) 2023-01-18 13:43:53 -06:00
naming_oss.go
naming_test.go
proxycfg.deepcopy.go [API Gateway] Update simple test to leverage intentions and multiple listeners (#16228) 2023-02-10 21:13:44 +00:00
proxycfg.go
snapshot.go [API Gateway] Add integration test for HTTP routes (#16236) 2023-02-13 14:18:05 -05:00
snapshot_test.go [API Gateway] Add integration test for HTTP routes (#16236) 2023-02-13 14:18:05 -05:00
state.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
state_oss_test.go
state_test.go
terminating_gateway.go
testing.go
testing_connect_proxy.go
testing_ingress_gateway.go
testing_mesh_gateway.go Fix mesh gateways incorrectly matching peer locality. (#16257) 2023-02-16 09:22:41 -06:00
testing_oss.go
testing_peering.go
testing_terminating_gateway.go Add extension validation on config save and refactor extensions. (#16110) 2023-01-30 15:35:26 -06:00
testing_tproxy.go troubleshoot: service to service validation (#16096) 2023-01-27 11:43:16 -08:00
testing_upstreams.go Fix mesh gateways incorrectly matching peer locality. (#16257) 2023-02-16 09:22:41 -06:00
upstreams.go [API Gateway] Update simple test to leverage intentions and multiple listeners (#16228) 2023-02-10 21:13:44 +00:00