mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-11 08:07:38 +02:00
envoy: forward claim and assertion headers (#739)
This commit is contained in:
parent
2275bb8ad4
commit
f40fb3d2ea
2 changed files with 5 additions and 2 deletions
|
@ -117,7 +117,7 @@ func (p *Proxy) Verify(verifyOnly bool) http.Handler {
|
|||
}
|
||||
|
||||
original := p.getOriginalRequest(r, uri)
|
||||
authorized, err := p.isAuthorized(original)
|
||||
authorized, err := p.isAuthorized(w, original)
|
||||
if err != nil {
|
||||
return httputil.NewError(http.StatusBadRequest, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue