diff --git a/internal/gatewayapi/testdata/backendtrafficpolicy-status-conditions.out.yaml b/internal/gatewayapi/testdata/backendtrafficpolicy-status-conditions.out.yaml index b2d814f29da..56511f4278f 100644 --- a/internal/gatewayapi/testdata/backendtrafficpolicy-status-conditions.out.yaml +++ b/internal/gatewayapi/testdata/backendtrafficpolicy-status-conditions.out.yaml @@ -357,6 +357,7 @@ xdsIR: name: httproute/envoy-gateway/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / envoy-gateway/gateway-2: @@ -379,6 +380,7 @@ xdsIR: headerMatches: - distinct: false exact: foo + ignoreCase: false name: magic hostname: '*' name: grpcroute/envoy-gateway/grpcroute-1/rule/0/match/0/* diff --git a/internal/gatewayapi/testdata/backendtrafficpolicy-with-ratelimit.out.yaml b/internal/gatewayapi/testdata/backendtrafficpolicy-with-ratelimit.out.yaml index 08b19666e18..368a3f2519f 100755 --- a/internal/gatewayapi/testdata/backendtrafficpolicy-with-ratelimit.out.yaml +++ b/internal/gatewayapi/testdata/backendtrafficpolicy-with-ratelimit.out.yaml @@ -277,8 +277,10 @@ xdsIR: - headerMatches: - distinct: false exact: one + ignoreCase: false name: x-user-id - distinct: true + ignoreCase: false name: x-org-id limit: requests: 10 @@ -309,6 +311,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / rateLimit: diff --git a/internal/gatewayapi/testdata/extensions/httproute-with-valid-extension-filter.out.yaml b/internal/gatewayapi/testdata/extensions/httproute-with-valid-extension-filter.out.yaml index 2740a77d6e1..d73505c78ad 100644 --- a/internal/gatewayapi/testdata/extensions/httproute-with-valid-extension-filter.out.yaml +++ b/internal/gatewayapi/testdata/extensions/httproute-with-valid-extension-filter.out.yaml @@ -137,5 +137,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/gateway-allows-same-namespace-with-allowed-httproute.out.yaml b/internal/gatewayapi/testdata/gateway-allows-same-namespace-with-allowed-httproute.out.yaml index 46b95ef1dc5..bdb3cf6f71f 100644 --- a/internal/gatewayapi/testdata/gateway-allows-same-namespace-with-allowed-httproute.out.yaml +++ b/internal/gatewayapi/testdata/gateway-allows-same-namespace-with-allowed-httproute.out.yaml @@ -117,5 +117,6 @@ xdsIR: name: httproute/envoy-gateway/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/gateway-with-listener-with-tls-secret-in-other-namespace-allowed-by-refgrant.out.yaml b/internal/gatewayapi/testdata/gateway-with-listener-with-tls-secret-in-other-namespace-allowed-by-refgrant.out.yaml index e8be45361a1..9bf13344941 100644 --- a/internal/gatewayapi/testdata/gateway-with-listener-with-tls-secret-in-other-namespace-allowed-by-refgrant.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-listener-with-tls-secret-in-other-namespace-allowed-by-refgrant.out.yaml @@ -124,6 +124,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/gateway-with-listener-with-tls-terminate-and-passthrough.out.yaml b/internal/gatewayapi/testdata/gateway-with-listener-with-tls-terminate-and-passthrough.out.yaml index 6d06c36b059..1bed6b9e54f 100644 --- a/internal/gatewayapi/testdata/gateway-with-listener-with-tls-terminate-and-passthrough.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-listener-with-tls-terminate-and-passthrough.out.yaml @@ -190,6 +190,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo_bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration-with-same-algorithm-different-fqdn.out.yaml b/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration-with-same-algorithm-different-fqdn.out.yaml index d287787995c..da3bb5adfa3 100644 --- a/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration-with-same-algorithm-different-fqdn.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration-with-same-algorithm-different-fqdn.out.yaml @@ -126,6 +126,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration.out.yaml b/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration.out.yaml index d0ca9520da6..fd0b1ece6f4 100644 --- a/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-listener-with-valid-multiple-tls-configuration.out.yaml @@ -126,6 +126,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/gateway-with-listener-with-valid-tls-configuration.out.yaml b/internal/gatewayapi/testdata/gateway-with-listener-with-valid-tls-configuration.out.yaml index ecd508afdad..c87a0dfcd18 100644 --- a/internal/gatewayapi/testdata/gateway-with-listener-with-valid-tls-configuration.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-listener-with-valid-tls-configuration.out.yaml @@ -123,6 +123,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/gateway-with-preexisting-status-condition.out.yaml b/internal/gatewayapi/testdata/gateway-with-preexisting-status-condition.out.yaml index 306cf9ad7e2..91ffc7c4024 100644 --- a/internal/gatewayapi/testdata/gateway-with-preexisting-status-condition.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-preexisting-status-condition.out.yaml @@ -117,5 +117,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/gateway-with-stale-status-condition.out.yaml b/internal/gatewayapi/testdata/gateway-with-stale-status-condition.out.yaml index 8f39c0e8cdb..f6fda81c27a 100644 --- a/internal/gatewayapi/testdata/gateway-with-stale-status-condition.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-stale-status-condition.out.yaml @@ -123,6 +123,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/gateway-with-two-listeners-with-multiple-httproutes.out.yaml b/internal/gatewayapi/testdata/gateway-with-two-listeners-with-multiple-httproutes.out.yaml index 2300fb9a87b..3c6e6103335 100644 --- a/internal/gatewayapi/testdata/gateway-with-two-listeners-with-multiple-httproutes.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-two-listeners-with-multiple-httproutes.out.yaml @@ -186,6 +186,7 @@ xdsIR: name: httproute/default/httproute-2/rule/0/match/0/foo_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: /test - backendWeights: @@ -202,6 +203,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -225,6 +227,7 @@ xdsIR: name: httproute/default/httproute-2/rule/0/match/0/bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: /test - backendWeights: @@ -241,5 +244,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-tcp-protocol.out.yaml b/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-tcp-protocol.out.yaml index e23ea10a721..30192940a3d 100644 --- a/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-tcp-protocol.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-tcp-protocol.out.yaml @@ -181,6 +181,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tcp: diff --git a/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-udp-protocol.out.yaml b/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-udp-protocol.out.yaml index 8b51c3207f0..7dbf9ab55b8 100644 --- a/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-udp-protocol.out.yaml +++ b/internal/gatewayapi/testdata/gateway-with-two-listeners-with-same-port-http-udp-protocol.out.yaml @@ -181,6 +181,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / udp: diff --git a/internal/gatewayapi/testdata/grpcroute-with-header-match.out.yaml b/internal/gatewayapi/testdata/grpcroute-with-header-match.out.yaml index 60848b1ba37..215c3834276 100644 --- a/internal/gatewayapi/testdata/grpcroute-with-header-match.out.yaml +++ b/internal/gatewayapi/testdata/grpcroute-with-header-match.out.yaml @@ -120,6 +120,7 @@ xdsIR: headerMatches: - distinct: false exact: foo + ignoreCase: false name: magic hostname: '*' name: grpcroute/default/grpcroute-1/rule/0/match/0/* diff --git a/internal/gatewayapi/testdata/grpcroute-with-method-and-service-match.out.yaml b/internal/gatewayapi/testdata/grpcroute-with-method-and-service-match.out.yaml index fea45992816..0cf60aefb74 100644 --- a/internal/gatewayapi/testdata/grpcroute-with-method-and-service-match.out.yaml +++ b/internal/gatewayapi/testdata/grpcroute-with-method-and-service-match.out.yaml @@ -126,6 +126,7 @@ xdsIR: pathMatch: distinct: false exact: /com.example/Example + ignoreCase: false name: "" - backendWeights: invalid: 0 @@ -141,5 +142,6 @@ xdsIR: name: grpcroute/default/grpcroute-1/rule/0/match/1/* pathMatch: distinct: false + ignoreCase: false name: "" safeRegex: /foo.*/Foobar diff --git a/internal/gatewayapi/testdata/grpcroute-with-method-match.out.yaml b/internal/gatewayapi/testdata/grpcroute-with-method-match.out.yaml index 0b0f620ed9a..9c41546d825 100644 --- a/internal/gatewayapi/testdata/grpcroute-with-method-match.out.yaml +++ b/internal/gatewayapi/testdata/grpcroute-with-method-match.out.yaml @@ -123,6 +123,7 @@ xdsIR: name: grpcroute/default/grpcroute-1/rule/0/match/1/* pathMatch: distinct: false + ignoreCase: false name: "" safeRegex: /(?i)\.?[a-z_][a-z_0-9]*(\.[a-z_][a-z_0-9]*)*/FooBar[0-9]+ - backendWeights: @@ -137,6 +138,7 @@ xdsIR: weight: 1 headerMatches: - distinct: false + ignoreCase: false name: :path suffix: /ExampleExact hostname: '*' diff --git a/internal/gatewayapi/testdata/grpcroute-with-service-match.out.yaml b/internal/gatewayapi/testdata/grpcroute-with-service-match.out.yaml index b596ec87f4f..87c7f76056d 100644 --- a/internal/gatewayapi/testdata/grpcroute-with-service-match.out.yaml +++ b/internal/gatewayapi/testdata/grpcroute-with-service-match.out.yaml @@ -123,6 +123,7 @@ xdsIR: name: grpcroute/default/grpcroute-1/rule/0/match/1/* pathMatch: distinct: false + ignoreCase: false name: "" safeRegex: /com.[A-Z]+/[A-Za-z_][A-Za-z_0-9]* - backendWeights: @@ -139,5 +140,6 @@ xdsIR: name: grpcroute/default/grpcroute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: /com.ExampleExact diff --git a/internal/gatewayapi/testdata/grpcroute-with-valid-ratelimitfilter.out.yaml b/internal/gatewayapi/testdata/grpcroute-with-valid-ratelimitfilter.out.yaml index 089abc5f511..90464ebd157 100644 --- a/internal/gatewayapi/testdata/grpcroute-with-valid-ratelimitfilter.out.yaml +++ b/internal/gatewayapi/testdata/grpcroute-with-valid-ratelimitfilter.out.yaml @@ -126,8 +126,10 @@ xdsIR: - headerMatches: - distinct: false exact: one + ignoreCase: false name: x-user-id - distinct: true + ignoreCase: false name: x-org-id limit: requests: 10 diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-different-listeners.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-different-listeners.out.yaml index 9fea76f8b9d..e1a75dcf2d0 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-different-listeners.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-different-listeners.out.yaml @@ -356,6 +356,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -379,6 +380,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -402,6 +404,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo1_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -425,6 +428,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar1_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -448,6 +452,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo2_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -471,6 +476,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar2_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -494,6 +500,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo3_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -517,5 +524,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar3_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-listeners.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-listeners.out.yaml index 5f0440b0509..89fb9d2d17f 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-listeners.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-more-listeners.out.yaml @@ -328,6 +328,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -351,6 +352,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -374,6 +376,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo1_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -397,6 +400,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar1_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -420,6 +424,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo2_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -443,6 +448,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar2_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -466,6 +472,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo3_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -489,5 +496,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar3_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners-with-different-ports.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners-with-different-ports.out.yaml index efea583f79f..10765c1f5c4 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners-with-different-ports.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners-with-different-ports.out.yaml @@ -156,6 +156,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -179,6 +180,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / tls: diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners.out.yaml index 7254ead6df3..9938976cf6f 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-gateway-with-two-listeners.out.yaml @@ -148,6 +148,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/foo_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - address: 0.0.0.0 @@ -171,5 +172,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-gateway.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-gateway.out.yaml index f4a338833f1..f3dc3291f97 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-gateway.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-gateway.out.yaml @@ -117,5 +117,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-listener-matching-port.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-listener-matching-port.out.yaml index 962c6b444ed..fc483ce7255 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-listener-matching-port.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-listener-matching-port.out.yaml @@ -121,5 +121,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-listener-on-gateway-with-two-listeners.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-listener-on-gateway-with-two-listeners.out.yaml index 02af912183a..b0e66837302 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-listener-on-gateway-with-two-listeners.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-listener-on-gateway-with-two-listeners.out.yaml @@ -156,5 +156,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/bar_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-listener-with-serviceimport-backendref.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-listener-with-serviceimport-backendref.out.yaml index 6be302ae3be..1db9eb0882e 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-listener-with-serviceimport-backendref.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-listener-with-serviceimport-backendref.out.yaml @@ -121,5 +121,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-attaching-to-listener.out.yaml b/internal/gatewayapi/testdata/httproute-attaching-to-listener.out.yaml index 8b231b5d8c5..6288cc871a9 100644 --- a/internal/gatewayapi/testdata/httproute-attaching-to-listener.out.yaml +++ b/internal/gatewayapi/testdata/httproute-attaching-to-listener.out.yaml @@ -119,5 +119,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-backend-request-timeout.out.yaml b/internal/gatewayapi/testdata/httproute-backend-request-timeout.out.yaml index e3a8c390ed9..eedb13ae778 100755 --- a/internal/gatewayapi/testdata/httproute-backend-request-timeout.out.yaml +++ b/internal/gatewayapi/testdata/httproute-backend-request-timeout.out.yaml @@ -121,6 +121,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / timeout: 1s diff --git a/internal/gatewayapi/testdata/httproute-request-timeout.out.yaml b/internal/gatewayapi/testdata/httproute-request-timeout.out.yaml index f8e11085e17..2100457f186 100644 --- a/internal/gatewayapi/testdata/httproute-request-timeout.out.yaml +++ b/internal/gatewayapi/testdata/httproute-request-timeout.out.yaml @@ -121,6 +121,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / timeout: 5s diff --git a/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-no-weights.out.yaml b/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-no-weights.out.yaml index 8b3d562fb2c..14397e77dc6 100644 --- a/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-no-weights.out.yaml +++ b/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-no-weights.out.yaml @@ -129,5 +129,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-weights.out.yaml b/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-weights.out.yaml index 4b3386d9621..ae845400804 100644 --- a/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-weights.out.yaml +++ b/internal/gatewayapi/testdata/httproute-rule-with-multiple-backends-and-weights.out.yaml @@ -132,5 +132,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-backendref-in-other-namespace-allowed-by-refgrant.out.yaml b/internal/gatewayapi/testdata/httproute-with-backendref-in-other-namespace-allowed-by-refgrant.out.yaml index 625f31d66b8..d0069f075e0 100644 --- a/internal/gatewayapi/testdata/httproute-with-backendref-in-other-namespace-allowed-by-refgrant.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-backendref-in-other-namespace-allowed-by-refgrant.out.yaml @@ -120,4 +120,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-backendref-serviceimport-in-other-namespace-allowed-by-refgrant.out.yaml b/internal/gatewayapi/testdata/httproute-with-backendref-serviceimport-in-other-namespace-allowed-by-refgrant.out.yaml index 6c945d476c3..aa92624ca2d 100644 --- a/internal/gatewayapi/testdata/httproute-with-backendref-serviceimport-in-other-namespace-allowed-by-refgrant.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-backendref-serviceimport-in-other-namespace-allowed-by-refgrant.out.yaml @@ -122,4 +122,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-distinct-sourcecidr-ratelimit.out.yaml b/internal/gatewayapi/testdata/httproute-with-distinct-sourcecidr-ratelimit.out.yaml index a24337c4344..1cd5259f81c 100644 --- a/internal/gatewayapi/testdata/httproute-with-distinct-sourcecidr-ratelimit.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-distinct-sourcecidr-ratelimit.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / rateLimit: diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-add-multiple-filters.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-add-multiple-filters.out.yaml index c1ef644142a..43e85acf399 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-add-multiple-filters.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-add-multiple-filters.out.yaml @@ -147,5 +147,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-adds.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-adds.out.yaml index 32f5edb81ea..8df2ee0022c 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-adds.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-adds.out.yaml @@ -163,5 +163,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-remove-multiple-filters.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-remove-multiple-filters.out.yaml index f139d38aeb4..113fbb1c6cc 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-remove-multiple-filters.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-remove-multiple-filters.out.yaml @@ -133,6 +133,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeRequestHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-removes.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-removes.out.yaml index 77961efa602..3974b4304b1 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-removes.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-duplicate-removes.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeRequestHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-empty-header-values.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-empty-header-values.out.yaml index dfeb4ae43a6..d91d36c1e81 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-empty-header-values.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-empty-header-values.out.yaml @@ -138,5 +138,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-no-headers.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-no-headers.out.yaml index 1f45ffb56d1..2cc04364c7b 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-no-headers.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-no-headers.out.yaml @@ -125,5 +125,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-header-filter-remove.out.yaml b/internal/gatewayapi/testdata/httproute-with-header-filter-remove.out.yaml index 5fa48373716..ff1863d9d8e 100644 --- a/internal/gatewayapi/testdata/httproute-with-header-filter-remove.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-header-filter-remove.out.yaml @@ -129,6 +129,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeRequestHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-bad-port.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-bad-port.out.yaml index 84f0bd4795c..b8715540a72 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-bad-port.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-bad-port.out.yaml @@ -114,4 +114,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-group.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-group.out.yaml index c2ff9d80d92..96fffb7eab8 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-group.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-group.out.yaml @@ -118,4 +118,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-kind.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-kind.out.yaml index 45778ad58dc..0995e65612d 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-kind.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-invalid-kind.out.yaml @@ -115,4 +115,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-port.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-port.out.yaml index 9d22f8bdd54..862fd671854 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-port.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-port.out.yaml @@ -114,4 +114,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.import.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.import.out.yaml index 88225cc401b..78ccefe321a 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.import.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.import.out.yaml @@ -116,4 +116,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.out.yaml index 1df5cf57893..bc55ca39d76 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backend-ref-no-service.out.yaml @@ -114,4 +114,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-invalid-backendref-in-other-namespace.out.yaml b/internal/gatewayapi/testdata/httproute-with-invalid-backendref-in-other-namespace.out.yaml index f215dd37295..3b318577973 100644 --- a/internal/gatewayapi/testdata/httproute-with-invalid-backendref-in-other-namespace.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-invalid-backendref-in-other-namespace.out.yaml @@ -115,4 +115,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-mirror-filter-duplicates.out.yaml b/internal/gatewayapi/testdata/httproute-with-mirror-filter-duplicates.out.yaml index b5438807e70..208b379e8a7 100644 --- a/internal/gatewayapi/testdata/httproute-with-mirror-filter-duplicates.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-mirror-filter-duplicates.out.yaml @@ -148,5 +148,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-mirror-filter-multiple.out.yaml b/internal/gatewayapi/testdata/httproute-with-mirror-filter-multiple.out.yaml index 2a10c73d292..d638e109b96 100644 --- a/internal/gatewayapi/testdata/httproute-with-mirror-filter-multiple.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-mirror-filter-multiple.out.yaml @@ -170,6 +170,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeRequestHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-no-port.out.yaml b/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-no-port.out.yaml index 9355ecbd66c..53278340105 100644 --- a/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-no-port.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-no-port.out.yaml @@ -129,5 +129,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-not-found.out.yaml b/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-not-found.out.yaml index d30cec69111..44ca25828cb 100644 --- a/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-not-found.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-mirror-filter-service-not-found.out.yaml @@ -129,5 +129,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-mirror-filter.out.yaml b/internal/gatewayapi/testdata/httproute-with-mirror-filter.out.yaml index f226a8241eb..3eec78a4291 100644 --- a/internal/gatewayapi/testdata/httproute-with-mirror-filter.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-mirror-filter.out.yaml @@ -136,5 +136,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-redirect-filter-full-path-replace-https.out.yaml b/internal/gatewayapi/testdata/httproute-with-redirect-filter-full-path-replace-https.out.yaml index 794fa4179e7..96480a43d9f 100644 --- a/internal/gatewayapi/testdata/httproute-with-redirect-filter-full-path-replace-https.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-redirect-filter-full-path-replace-https.out.yaml @@ -123,6 +123,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / redirect: diff --git a/internal/gatewayapi/testdata/httproute-with-redirect-filter-hostname.out.yaml b/internal/gatewayapi/testdata/httproute-with-redirect-filter-hostname.out.yaml index b1fd7b9e7e3..ffd8f2b533e 100644 --- a/internal/gatewayapi/testdata/httproute-with-redirect-filter-hostname.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-redirect-filter-hostname.out.yaml @@ -121,6 +121,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / redirect: diff --git a/internal/gatewayapi/testdata/httproute-with-redirect-filter-prefix-replace-with-port-http.out.yaml b/internal/gatewayapi/testdata/httproute-with-redirect-filter-prefix-replace-with-port-http.out.yaml index b9d67b1f963..ac2fc0e8339 100644 --- a/internal/gatewayapi/testdata/httproute-with-redirect-filter-prefix-replace-with-port-http.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-redirect-filter-prefix-replace-with-port-http.out.yaml @@ -124,6 +124,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / redirect: diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-adds.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-adds.out.yaml index 460a090bad7..3eadee0d83c 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-adds.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-adds.out.yaml @@ -159,5 +159,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-add-multiple-filters.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-add-multiple-filters.out.yaml index 94ee5ccd4fe..fdbba49ff7d 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-add-multiple-filters.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-add-multiple-filters.out.yaml @@ -147,5 +147,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-adds.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-adds.out.yaml index a918aa754f0..83e7a1281cb 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-adds.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-adds.out.yaml @@ -163,5 +163,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-remove-multiple-filters.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-remove-multiple-filters.out.yaml index 2da623c330b..d281374490f 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-remove-multiple-filters.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-remove-multiple-filters.out.yaml @@ -133,6 +133,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeResponseHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-removes.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-removes.out.yaml index d176af428e2..acc06f0ef09 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-removes.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-duplicate-removes.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeResponseHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-empty-header-values.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-empty-header-values.out.yaml index 3a2f62992b2..72552facd0e 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-empty-header-values.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-empty-header-values.out.yaml @@ -138,5 +138,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-no-headers.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-no-headers.out.yaml index e67daf81dc1..82fa23569ee 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-no-headers.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-no-headers.out.yaml @@ -125,5 +125,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-response-header-filter-remove.out.yaml b/internal/gatewayapi/testdata/httproute-with-response-header-filter-remove.out.yaml index ac5255a93cb..d6f4dac07c4 100644 --- a/internal/gatewayapi/testdata/httproute-with-response-header-filter-remove.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-response-header-filter-remove.out.yaml @@ -129,6 +129,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / removeResponseHeaders: diff --git a/internal/gatewayapi/testdata/httproute-with-single-rule-with-exact-path-match.out.yaml b/internal/gatewayapi/testdata/httproute-with-single-rule-with-exact-path-match.out.yaml index b6b8e5b79d1..9fcb9ed0145 100644 --- a/internal/gatewayapi/testdata/httproute-with-single-rule-with-exact-path-match.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-single-rule-with-exact-path-match.out.yaml @@ -119,4 +119,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-single-rule-with-http-method-match.out.yaml b/internal/gatewayapi/testdata/httproute-with-single-rule-with-http-method-match.out.yaml index dc6b524a0cd..257c13b87da 100644 --- a/internal/gatewayapi/testdata/httproute-with-single-rule-with-http-method-match.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-single-rule-with-http-method-match.out.yaml @@ -115,6 +115,7 @@ xdsIR: headerMatches: - distinct: false exact: POST + ignoreCase: false name: :method hostname: '*' name: httproute/default/httproute-1/rule/0/match/0/* diff --git a/internal/gatewayapi/testdata/httproute-with-single-rule-with-multiple-rules.out.yaml b/internal/gatewayapi/testdata/httproute-with-single-rule-with-multiple-rules.out.yaml index 01057b6b90d..bb8413023f4 100644 --- a/internal/gatewayapi/testdata/httproute-with-single-rule-with-multiple-rules.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-single-rule-with-multiple-rules.out.yaml @@ -146,16 +146,19 @@ xdsIR: weight: 1 headerMatches: - distinct: false + ignoreCase: false name: Header-1 safeRegex: '*regex*' hostname: '*' name: httproute/default/httproute-1/rule/2/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" safeRegex: '*regex*' queryParamMatches: - distinct: false + ignoreCase: false name: QueryParam-1 safeRegex: '*regex*' - backendWeights: @@ -172,6 +175,7 @@ xdsIR: name: httproute/default/httproute-1/rule/1/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: /prefix - backendWeights: @@ -187,14 +191,17 @@ xdsIR: headerMatches: - distinct: false exact: exact + ignoreCase: false name: Header-1 hostname: '*' name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" queryParamMatches: - distinct: false exact: exact + ignoreCase: false name: QueryParam-1 diff --git a/internal/gatewayapi/testdata/httproute-with-single-rule-with-path-prefix-and-exact-header-matches.out.yaml b/internal/gatewayapi/testdata/httproute-with-single-rule-with-path-prefix-and-exact-header-matches.out.yaml index ca2e9ac16e0..9147b3dd87e 100644 --- a/internal/gatewayapi/testdata/httproute-with-single-rule-with-path-prefix-and-exact-header-matches.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-single-rule-with-path-prefix-and-exact-header-matches.out.yaml @@ -121,13 +121,16 @@ xdsIR: headerMatches: - distinct: false exact: Val-1 + ignoreCase: false name: Header-1 - distinct: false exact: Val-2 + ignoreCase: false name: Header-2 hostname: '*' name: httproute/default/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: /pathprefix diff --git a/internal/gatewayapi/testdata/httproute-with-some-invalid-backend-refs-no-service.out.yaml b/internal/gatewayapi/testdata/httproute-with-some-invalid-backend-refs-no-service.out.yaml index 0e8849a70ba..b6e530f286b 100644 --- a/internal/gatewayapi/testdata/httproute-with-some-invalid-backend-refs-no-service.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-some-invalid-backend-refs-no-service.out.yaml @@ -123,4 +123,5 @@ xdsIR: pathMatch: distinct: false exact: /exact + ignoreCase: false name: "" diff --git a/internal/gatewayapi/testdata/httproute-with-sourcecidr-ratelimit.out.yaml b/internal/gatewayapi/testdata/httproute-with-sourcecidr-ratelimit.out.yaml index 931581c525c..74416cc9bf7 100644 --- a/internal/gatewayapi/testdata/httproute-with-sourcecidr-ratelimit.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-sourcecidr-ratelimit.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / rateLimit: diff --git a/internal/gatewayapi/testdata/httproute-with-specific-hostname-attaching-to-gateway-with-wildcard-hostname.out.yaml b/internal/gatewayapi/testdata/httproute-with-specific-hostname-attaching-to-gateway-with-wildcard-hostname.out.yaml index 8526127403a..825a6eb4c5f 100644 --- a/internal/gatewayapi/testdata/httproute-with-specific-hostname-attaching-to-gateway-with-wildcard-hostname.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-specific-hostname-attaching-to-gateway-with-wildcard-hostname.out.yaml @@ -120,5 +120,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-two-specific-hostnames-attaching-to-gateway-with-wildcard-hostname.out.yaml b/internal/gatewayapi/testdata/httproute-with-two-specific-hostnames-attaching-to-gateway-with-wildcard-hostname.out.yaml index 556e13be93b..f17c0fa3745 100644 --- a/internal/gatewayapi/testdata/httproute-with-two-specific-hostnames-attaching-to-gateway-with-wildcard-hostname.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-two-specific-hostnames-attaching-to-gateway-with-wildcard-hostname.out.yaml @@ -121,6 +121,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / - backendWeights: @@ -137,5 +138,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/whales_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-full-path-replace-http.out.yaml b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-full-path-replace-http.out.yaml index a2eda476beb..1d1fd579933 100644 --- a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-full-path-replace-http.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-full-path-replace-http.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / urlRewrite: diff --git a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname-prefix-replace.out.yaml b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname-prefix-replace.out.yaml index 46ea2499449..974753ae6f8 100644 --- a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname-prefix-replace.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname-prefix-replace.out.yaml @@ -129,6 +129,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / urlRewrite: diff --git a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname.out.yaml b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname.out.yaml index 2f5af2b92b0..e0209d882cb 100644 --- a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-hostname.out.yaml @@ -126,6 +126,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / urlRewrite: diff --git a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-invalid-filter-type.out.yaml b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-invalid-filter-type.out.yaml index 0b5e57539b7..3dd84c5a5a3 100644 --- a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-invalid-filter-type.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-invalid-filter-type.out.yaml @@ -126,6 +126,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / urlRewrite: diff --git a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-prefix-replace-http.out.yaml b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-prefix-replace-http.out.yaml index 43b5e67e5df..e5bbf88146d 100644 --- a/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-prefix-replace-http.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-urlrewrite-filter-prefix-replace-http.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / urlRewrite: diff --git a/internal/gatewayapi/testdata/httproute-with-valid-authenfilter.out.yaml b/internal/gatewayapi/testdata/httproute-with-valid-authenfilter.out.yaml index a19010ed3f3..8846234b593 100644 --- a/internal/gatewayapi/testdata/httproute-with-valid-authenfilter.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-valid-authenfilter.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / requestAuthentication: diff --git a/internal/gatewayapi/testdata/httproute-with-valid-multi-match-authenfilter.out.yaml b/internal/gatewayapi/testdata/httproute-with-valid-multi-match-authenfilter.out.yaml index 58923d12e88..2e696be0f66 100644 --- a/internal/gatewayapi/testdata/httproute-with-valid-multi-match-authenfilter.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-valid-multi-match-authenfilter.out.yaml @@ -143,6 +143,7 @@ xdsIR: pathMatch: distinct: false exact: /test/path/1 + ignoreCase: false name: "" requestAuthentication: jwt: @@ -166,6 +167,7 @@ xdsIR: pathMatch: distinct: false exact: /test/path/2 + ignoreCase: false name: "" requestAuthentication: jwt: diff --git a/internal/gatewayapi/testdata/httproute-with-valid-multi-match-multi-authenfilter.out.yaml b/internal/gatewayapi/testdata/httproute-with-valid-multi-match-multi-authenfilter.out.yaml index a0d9935435c..9841f5530fe 100644 --- a/internal/gatewayapi/testdata/httproute-with-valid-multi-match-multi-authenfilter.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-valid-multi-match-multi-authenfilter.out.yaml @@ -143,6 +143,7 @@ xdsIR: pathMatch: distinct: false exact: /test/path/1 + ignoreCase: false name: "" requestAuthentication: jwt: @@ -166,6 +167,7 @@ xdsIR: pathMatch: distinct: false exact: /test/path/2 + ignoreCase: false name: "" requestAuthentication: jwt: diff --git a/internal/gatewayapi/testdata/httproute-with-valid-ratelimitfilter.out.yaml b/internal/gatewayapi/testdata/httproute-with-valid-ratelimitfilter.out.yaml index cab1542d000..05c0dc68f1b 100644 --- a/internal/gatewayapi/testdata/httproute-with-valid-ratelimitfilter.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-valid-ratelimitfilter.out.yaml @@ -128,6 +128,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / rateLimit: @@ -136,8 +137,10 @@ xdsIR: - headerMatches: - distinct: false exact: one + ignoreCase: false name: x-user-id - distinct: true + ignoreCase: false name: x-org-id limit: requests: 10 diff --git a/internal/gatewayapi/testdata/httproute-with-wildcard-hostname-attaching-to-gateway-with-unset-hostname.out.yaml b/internal/gatewayapi/testdata/httproute-with-wildcard-hostname-attaching-to-gateway-with-unset-hostname.out.yaml index 210720c614b..4a94af094bf 100644 --- a/internal/gatewayapi/testdata/httproute-with-wildcard-hostname-attaching-to-gateway-with-unset-hostname.out.yaml +++ b/internal/gatewayapi/testdata/httproute-with-wildcard-hostname-attaching-to-gateway-with-unset-hostname.out.yaml @@ -119,5 +119,6 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/*_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/httproutes-with-multiple-matches.out.yaml b/internal/gatewayapi/testdata/httproutes-with-multiple-matches.out.yaml index f31c3dc2175..377d7b97495 100644 --- a/internal/gatewayapi/testdata/httproutes-with-multiple-matches.out.yaml +++ b/internal/gatewayapi/testdata/httproutes-with-multiple-matches.out.yaml @@ -304,11 +304,13 @@ xdsIR: name: httproute/envoy-gateway/httproute-2/rule/0/match/0/example_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: /v1/example queryParamMatches: - distinct: false exact: "yes" + ignoreCase: false name: debug - backendWeights: invalid: 0 @@ -324,6 +326,7 @@ xdsIR: name: httproute/envoy-gateway/httproute-3/rule/0/match/0/example_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: /v1/example - backendWeights: @@ -339,11 +342,13 @@ xdsIR: headerMatches: - distinct: false exact: one + ignoreCase: false name: version hostname: example.net name: httproute/envoy-gateway/httproute-4/rule/0/match/0/example_net pathMatch: distinct: false + ignoreCase: false name: "" prefix: /v1/status - backendWeights: @@ -360,6 +365,7 @@ xdsIR: name: httproute/envoy-gateway/httproute-5/rule/0/match/0/example_net pathMatch: distinct: false + ignoreCase: false name: "" prefix: /v1/status - backendWeights: @@ -376,6 +382,7 @@ xdsIR: name: httproute/envoy-gateway/httproute-1/rule/0/match/0/*_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: /foo - backendWeights: @@ -392,6 +399,7 @@ xdsIR: name: httproute/envoy-gateway/httproute-1/rule/0/match/0/*_net pathMatch: distinct: false + ignoreCase: false name: "" prefix: /foo - backendWeights: @@ -408,5 +416,6 @@ xdsIR: name: httproute/envoy-gateway/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/merge-valid-multiple-gateways-multiple-routes.out.yaml b/internal/gatewayapi/testdata/merge-valid-multiple-gateways-multiple-routes.out.yaml index 720f7ec14a1..e6e89c5a300 100755 --- a/internal/gatewayapi/testdata/merge-valid-multiple-gateways-multiple-routes.out.yaml +++ b/internal/gatewayapi/testdata/merge-valid-multiple-gateways-multiple-routes.out.yaml @@ -248,6 +248,7 @@ xdsIR: name: httproute/default/httproute-1/rule/0/match/0/gateway_envoyproxy_io pathMatch: distinct: false + ignoreCase: false name: "" prefix: / requestAuthentication: @@ -284,5 +285,6 @@ xdsIR: name: httproute/default/httproute-2/rule/0/match/0/example_com pathMatch: distinct: false + ignoreCase: false name: "" prefix: / diff --git a/internal/gatewayapi/testdata/securitypolicy-status-conditions.out.yaml b/internal/gatewayapi/testdata/securitypolicy-status-conditions.out.yaml index d4c17232a74..6daa13d3e51 100755 --- a/internal/gatewayapi/testdata/securitypolicy-status-conditions.out.yaml +++ b/internal/gatewayapi/testdata/securitypolicy-status-conditions.out.yaml @@ -357,6 +357,7 @@ xdsIR: name: httproute/envoy-gateway/httproute-1/rule/0/match/0/* pathMatch: distinct: false + ignoreCase: false name: "" prefix: / envoy-gateway/gateway-2: @@ -379,6 +380,7 @@ xdsIR: headerMatches: - distinct: false exact: foo + ignoreCase: false name: magic hostname: '*' name: grpcroute/envoy-gateway/grpcroute-1/rule/0/match/0/*