Skip to content

Commit

Permalink
zuul removing headers workaround for all routes
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Jun 21, 2016
1 parent 721a16b commit 8ff8c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/src/main/resources/shared/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ zuul:
path: /accounts/**
serviceId: account-service
stripPrefix: false
sensitiveHeaders:

statistics-service:
path: /statistics/**
serviceId: statistics-service
stripPrefix: false
sensitiveHeaders:

notification-service:
path: /notifications/**
serviceId: notification-service
stripPrefix: false
sensitiveHeaders:

server:
port: 4000

0 comments on commit 8ff8c12

Please sign in to comment.