consul/agent/xds/testdata/routes
Chris Piraino 1a853fc954
Always require Host header values for http services (#7990)
Previously, we did not require the 'service-name.*' host header value
when on a single http service was exposed. However, this allows a user
to get into a situation where, if they add another service to the
listener, suddenly the previous service's traffic might not be routed
correctly. Thus, we always require the Host header, even if there is
only 1 service.

Also, we add the make the default domain matching more restrictive by
matching "service-name.ingress.*" by default. This lines up better with
the namespace case and more accurately matches the Consul DNS value we
expect people to use in this case.
2020-06-08 13:16:24 -05:00
..
connect-proxy-with-chain-and-overrides.golden
connect-proxy-with-chain-and-router.golden
connect-proxy-with-chain-and-splitter.golden
connect-proxy-with-chain-external-sni.golden
connect-proxy-with-chain.golden
connect-proxy-with-grpc-router.golden
defaults-no-chain.golden
ingress-defaults-no-chain.golden
ingress-http-multiple-services.golden Always require Host header values for http services (#7990) 2020-06-08 13:16:24 -05:00
ingress-splitter-with-resolver-redirect.golden Always require Host header values for http services (#7990) 2020-06-08 13:16:24 -05:00
ingress-with-chain-and-overrides.golden Allow ingress gateways to route traffic based on Host header 2020-05-06 15:06:13 -05:00
ingress-with-chain-and-router.golden Always require Host header values for http services (#7990) 2020-06-08 13:16:24 -05:00
ingress-with-chain-and-splitter.golden Always require Host header values for http services (#7990) 2020-06-08 13:16:24 -05:00
ingress-with-chain-external-sni.golden Allow ingress gateways to route traffic based on Host header 2020-05-06 15:06:13 -05:00
ingress-with-chain.golden Allow ingress gateways to route traffic based on Host header 2020-05-06 15:06:13 -05:00
ingress-with-grpc-router.golden Always require Host header values for http services (#7990) 2020-06-08 13:16:24 -05:00
splitter-with-resolver-redirect.golden