Skip to content

Commit

Permalink
Adding trace-id blacklisting (aws#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
xibz authored Dec 15, 2016
1 parent 69f0b0a commit a6b724b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/signer/v4/v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ const (
var ignoredHeaders = rules{
blacklist{
mapRule{
"Authorization": struct{}{},
"User-Agent": struct{}{},
"Authorization": struct{}{},
"User-Agent": struct{}{},
"X-Amzn-Trace-Id": struct{}{},
},
},
}
Expand Down

0 comments on commit a6b724b

Please sign in to comment.