open-consul/agent/xds
R.B. Boyer 05d767b8d6
xds: deduplicate mesh gateway listeners in a stable way (#9650)
In a situation where the mesh gateway is configured to bind to multiple
network interfaces, we use a feature called 'tagged addresses'.
Sometimes an address is duplicated across multiple tags such as 'lan'
and 'lan_ipv4'.

There is code to deduplicate these things when creating envoy listeners,
but that code doesn't ensure that the same tag wins every time. If the
winning tag flaps between xDS discovery requests it will cause the
listener to be drained and replaced.
2021-02-05 16:28:07 -06:00
..
proxysupport connect: add support for envoy 1.16.0, drop support for 1.12.x, and bump point releases as well (#8944) 2020-10-22 13:46:19 -05:00
testdata connect: add local_request_timeout_ms to configure local_app http timeouts (#9554) 2021-01-25 13:50:00 -06:00
clusters.go PR comments 2020-09-11 10:49:26 -06:00
clusters_test.go xds: Pass in logger 2021-01-07 18:13:48 -05:00
config.go connect: add local_request_timeout_ms to configure local_app http timeouts (#9554) 2021-01-25 13:50:00 -06:00
config_test.go connect: add local_request_timeout_ms to configure local_app http timeouts (#9554) 2021-01-25 13:50:00 -06:00
endpoints.go xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions (#8222) 2020-07-09 17:04:51 -05:00
endpoints_test.go xds: Pass in logger 2021-01-07 18:13:48 -05:00
envoy_versioning.go connect: add support for envoy 1.16.0, drop support for 1.12.x, and bump point releases as well (#8944) 2020-10-22 13:46:19 -05:00
envoy_versioning_test.go connect: add support for envoy 1.16.0, drop support for 1.12.x, and bump point releases as well (#8944) 2020-10-22 13:46:19 -05:00
failover_math.go
failover_math_test.go
golden_test.go xds: use envoy's rbac filter to handle intentions entirely within envoy (#8569) 2020-08-27 12:20:58 -05:00
listeners.go xds: deduplicate mesh gateway listeners in a stable way (#9650) 2021-02-05 16:28:07 -06:00
listeners_test.go xds: deduplicate mesh gateway listeners in a stable way (#9650) 2021-02-05 16:28:07 -06:00
naming.go
rbac.go connect: support defining intentions using layer 7 criteria (#8839) 2020-10-06 17:09:13 -05:00
rbac_test.go connect: support defining intentions using layer 7 criteria (#8839) 2020-10-06 17:09:13 -05:00
response.go xds: use envoy's rbac filter to handle intentions entirely within envoy (#8569) 2020-08-27 12:20:58 -05:00
routes.go Add session flag to cookie config 2020-09-11 18:34:03 -06:00
routes_test.go xds: Pass in logger 2021-01-07 18:13:48 -05:00
server.go xds: remove Server.Initialize 2021-01-07 18:13:48 -05:00
server_oss.go
server_test.go xds: remove Server.Initialize 2021-01-07 18:13:48 -05:00
testing.go xds: Fix data race 2021-01-07 18:13:48 -05:00
xds.go Remove unused customEDSClusterJSON 2020-03-27 15:38:16 -04:00