mirror of
https://github.com/traefik/traefik.git
synced 2026-06-18 19:38:23 +03:00
Avoid ingress path matcher injection and backport 11d251415
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user