mirror of
https://github.com/alibaba/higress.git
synced 2026-04-20 19:47:29 +08:00
Sync inner fix (#634)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user