Skip to content

Commit e1c14c3

Browse files
committed
remove headers middleware
1 parent 2bdb59e commit e1c14c3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

dynamic.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ http:
55
rule: Host(`localhost`)
66
middlewares:
77
- "test-grpc-web"
8-
- "test-headers"
98
entryPoints:
109
- web
1110

@@ -14,20 +13,6 @@ http:
1413
grpcWeb:
1514
allowOrigins:
1615
- "*"
17-
test-headers:
18-
headers:
19-
accessControlAllowMethods:
20-
- "POST"
21-
- "GET"
22-
- "OPTIONS"
23-
- "PUT"
24-
accessControlAllowHeaders: "*"
25-
accessControlAllowOriginList: "*"
26-
addVaryHeader: true
27-
accessControlMaxAge: 100
28-
customRequestHeaders:
29-
- te: trailers
30-
3116
services:
3217
srv-grpc:
3318
loadBalancer:

0 commit comments

Comments
 (0)