diff --git a/test/integration/connect/envoy/case-ingress-gateway-sds/config_entries.hcl b/test/integration/connect/envoy/case-ingress-gateway-sds/config_entries.hcl index 6a9d6a65ec..16db5bec94 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-sds/config_entries.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-sds/config_entries.hcl @@ -40,6 +40,17 @@ config_entries { cert_resource = "foo.example.com" } } + }, + { + # Route to s2 on a differet domain with different cert + name = "s2" + hosts = ["www.example.com"] + tls { + sds { + cluster_name = "sds-cluster" + cert_resource = "www.example.com" + } + } } ] } diff --git a/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl index a4c3547e4f..2c9f7a3aaf 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl @@ -13,7 +13,7 @@ services { # http2_protocol_options: # # But that breaks 1.15 and 1.16. For now use this which is supported by - # all our supported versions# to avoid needing to setup different + # all our supported versions to avoid needing to setup different # bootstrap based on the envoy version. envoy_extra_static_clusters_json = <