Skip to content

Commit

Permalink
remove headers middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Sep 19, 2024
1 parent 2bdb59e commit e1c14c3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ http:
rule: Host(`localhost`)
middlewares:
- "test-grpc-web"
- "test-headers"
entryPoints:
- web

Expand All @@ -14,20 +13,6 @@ http:
grpcWeb:
allowOrigins:
- "*"
test-headers:
headers:
accessControlAllowMethods:
- "POST"
- "GET"
- "OPTIONS"
- "PUT"
accessControlAllowHeaders: "*"
accessControlAllowOriginList: "*"
addVaryHeader: true
accessControlMaxAge: 100
customRequestHeaders:
- te: trailers

services:
srv-grpc:
loadBalancer:
Expand Down

0 comments on commit e1c14c3

Please sign in to comment.