Sync inner fix (#634)

This commit is contained in:
澄潭
2023-11-14 11:15:26 +08:00
committed by GitHub
parent cb0479510f
commit 5174397e7c
14 changed files with 228 additions and 101 deletions

View File

@@ -78,8 +78,10 @@ var HTTPRouteRequestHeaderControl = suite.ConformanceTest{
Path: "/foo2",
Host: "foo.com",
Headers: map[string]string{
"stage": "test",
"canary": "true",
"stage": "test",
"canary": "true",
"x-test": "higress; test=true",
"x-test2": "higress; test=false",
},
},
},

View File

@@ -40,6 +40,8 @@ metadata:
higress.io/request-header-control-add: |
stage test
canary true
x-test "higress; test=true"
'x-test2' "higress; test=false"
name: httproute-request-header-control-add-more
namespace: higress-conformance-infra
spec:

View File

@@ -17,6 +17,7 @@ kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: "/$1"
nginx.ingress.kubernetes.io/use-regex: "true"
name: httproute-rewrite-path
namespace: higress-conformance-infra
spec: