Avoid ingress path matcher injection and backport 11d251415

This commit is contained in:
Romain
2026-05-27 16:32:10 +02:00
committed by GitHub
parent 4d9031bdb2
commit f9d9b72380
8 changed files with 151 additions and 77 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
"web"
],
"service": "default-whoami-http",
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
"rule": "Host(\"whoami.test\") \u0026\u0026 PathPrefix(\"/whoami\")",
"status": "enabled",
"using": [
"web"
+4 -4
View File
@@ -33,7 +33,7 @@
"web"
],
"service": "default-whoami-http",
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
"rule": "Host(\"whoami.test.https\") \u0026\u0026 PathPrefix(\"/whoami\")",
"status": "enabled",
"using": [
"web"
@@ -44,7 +44,7 @@
"web"
],
"service": "default-whoami-http",
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
"rule": "Host(\"whoami.test\") \u0026\u0026 PathPrefix(\"/whoami\")",
"status": "enabled",
"using": [
"web"
@@ -55,7 +55,7 @@
"web"
],
"service": "default-whoami-80",
"rule": "Host(`whoami.test.drop`) \u0026\u0026 PathPrefix(`/drop`)",
"rule": "Host(\"whoami.test.drop\") \u0026\u0026 PathPrefix(\"/drop\")",
"status": "enabled",
"using": [
"web"
@@ -66,7 +66,7 @@
"web"
],
"service": "default-whoami-80",
"rule": "Host(`whoami.test.keep`) \u0026\u0026 PathPrefix(`/keep`)",
"rule": "Host(\"whoami.test.keep\") \u0026\u0026 PathPrefix(\"/keep\")",
"status": "enabled",
"using": [
"web"
+1 -1
View File
@@ -33,7 +33,7 @@
"web"
],
"service": "default-whoami-80",
"rule": "Host(`whoami.test.keep`) \u0026\u0026 PathPrefix(`/keep`)",
"rule": "Host(\"whoami.test.keep\") \u0026\u0026 PathPrefix(\"/keep\")",
"status": "enabled",
"using": [
"web"