Skip to content

Commit

Permalink
Merge pull request #1222 from zalando/gh-1216
Browse files Browse the repository at this point in the history
Add Fashion Platform GW headers
  • Loading branch information
vadeg committed Apr 14, 2021
2 parents 3d10680 + 38da19a commit 69c8cee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions server/zally-ruleset-zalando/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
HttpHeadersRule {
whitelist: [ETag, TSV, TE, Content-MD5, DNT, X-ATT-DeviceId, X-UIDH, X-Request-ID, X-Correlation-ID,
WWW-Authenticate, X-XSS-Protection, X-Flow-ID, X-UID, X-Tenant-ID, X-Device-OS, X-Trace-ID,
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
X-Zalando-Client-ID, X-Zalando-Request-Host, X-Zalando-Request-URI,
X-Consumer, X-Consumer-Signature, X-Consumer-Key-ID]
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-Consumer, X-Consumer-Signature, X-Consumer-Key-ID,
X-Zalando-Request-URI]
}

LimitNumberOfResourcesRule {
Expand Down Expand Up @@ -203,7 +202,10 @@ ProprietaryHeadersRule {
"X-RateLimit-Reset",
"X-Consumer",
"X-Consumer-Signature",
"X-Consumer-Key-ID"
"X-Consumer-Key-ID",
"X-Zalando-Client-ID",
"X-Zalando-Request-Host",
"X-Zalando-Request-URI"
]
}

Expand Down

0 comments on commit 69c8cee

Please sign in to comment.