Skip to content

Commit

Permalink
Merge pull request #179 from buzzfeed/proxy-request-signatures-should…
Browse files Browse the repository at this point in the history
…-include-token

proxy/request signers: request signers should also sign access token
  • Loading branch information
jphines authored Apr 17, 2019
2 parents c470b12 + 43aed9f commit 3f8de31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/proxy/oauthproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var SignatureHeaders = []string{
"X-Forwarded-User",
"X-Forwarded-Email",
"X-Forwarded-Groups",
"X-Forwarded-Access-Token",
"Cookie",
}

Expand Down
1 change: 1 addition & 0 deletions internal/proxy/request_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var signedHeaders = []string{
"X-Forwarded-User",
"X-Forwarded-Email",
"X-Forwarded-Groups",
"X-Forwarded-Access-Token",
"Cookie",
}

Expand Down

0 comments on commit 3f8de31

Please sign in to comment.