open-consul/agent/xds/testdata/endpoints
Freddy f759a48726
Enable gateways to resolve hostnames to IPv4 addresses (#7999)
The DNS resolution will be handled by Envoy and defaults to LOGICAL_DNS. This discovery type can be overridden on a per-gateway basis with the envoy_dns_discovery_type Gateway Option.

If a service contains an instance with a hostname as an address we set the Envoy cluster to use DNS as the discovery type rather than EDS. Since both mesh gateways and terminating gateways route to clusters using SNI, whenever there is a mix of hostnames and IP addresses associated with a service we use the hostname + CDS rather than the IPs + EDS.

Note that we detect hostnames by attempting to parse the service instance's address as an IP. If it is not a valid IP we assume it is a hostname.
2020-06-03 15:28:45 -06:00
..
connect-proxy-with-chain-and-failover.golden implement some missing service-router features and add more xDS testing (#6065) 2019-07-12 14:16:21 -05:00
connect-proxy-with-chain-and-overrides.golden xds: improve how envoy metrics are emitted (#6312) 2019-08-16 09:30:17 -05:00
connect-proxy-with-chain-external-sni.golden connect: introduce ExternalSNI field on service-defaults (#6324) 2019-08-19 12:19:44 -05:00
connect-proxy-with-chain.golden implement some missing service-router features and add more xDS testing (#6065) 2019-07-12 14:16:21 -05:00
connect-proxy-with-default-chain-and-custom-cluster.golden Enable gateways to resolve hostnames to IPv4 addresses (#7999) 2020-06-03 15:28:45 -06:00
connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-double-failover-through-local-gateway.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-failover-through-local-gateway.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
connect-proxy-with-tcp-chain-failover-through-remote-gateway.golden connect: fix failover through a mesh gateway to a remote datacenter (#6259) 2019-08-05 13:30:35 -05:00
defaults.golden Fix prepared query upstream endpoint generation (#6236) 2019-07-29 11:15:55 -04:00
ingress-gateway-no-services.golden Ingress Gateways for TCP services (#7509) 2020-04-16 14:00:48 -07:00
ingress-gateway.golden Ingress Gateways for TCP services (#7509) 2020-04-16 14:00:48 -07:00
ingress-multiple-listeners-duplicate-service.golden Support multiple listeners referencing the same service in gateway definitions 2020-05-06 15:06:13 -05:00
ingress-splitter-with-resolver-redirect.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-chain-and-failover.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-chain-and-overrides.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-chain-external-sni.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-chain.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.golden Allow ingress gateways to route through mesh gateways 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-double-failover-through-local-gateway.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.golden Allow ingress gateways to route through mesh gateways 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-double-failover-through-remote-gateway.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-failover-through-local-gateway-triggered.golden Allow ingress gateways to route through mesh gateways 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-failover-through-local-gateway.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-failover-through-remote-gateway-triggered.golden Allow ingress gateways to route through mesh gateways 2020-04-24 09:31:32 -05:00
ingress-with-tcp-chain-failover-through-remote-gateway.golden Add all the xds ingress tests 2020-04-24 09:31:32 -05:00
mesh-gateway-default-service-subset.golden xDS Mesh Gateway Resolver Subset Fixes (#7294) 2020-02-19 11:57:55 -05:00
mesh-gateway-no-services.golden agent: allow mesh gateways to initialize even if there are no connect services registered yet (#6576) 2019-10-17 16:46:49 -05:00
mesh-gateway-service-subsets.golden connect: rework how the service resolver subset OnlyPassing flag works (#6173) 2019-07-23 20:20:24 -05:00
mesh-gateway-using-federation-states.golden wan federation via mesh gateways (#6884) 2020-03-09 15:59:02 -05:00
mesh-gateway.golden Fix a bunch of xds flaky tests 2019-07-02 15:53:06 -04:00
splitter-with-resolver-redirect.golden implement some missing service-router features and add more xDS testing (#6065) 2019-07-12 14:16:21 -05:00
terminating-gateway-default-service-subset.golden Enable gateways to resolve hostnames to IPv4 addresses (#7999) 2020-06-03 15:28:45 -06:00
terminating-gateway-no-services.golden Add xds cluster/listener/endpoint management 2020-04-27 11:08:40 -06:00
terminating-gateway-service-subsets.golden Enable gateways to resolve hostnames to IPv4 addresses (#7999) 2020-06-03 15:28:45 -06:00
terminating-gateway.golden Enable gateways to resolve hostnames to IPv4 addresses (#7999) 2020-06-03 15:28:45 -06:00