Skip to content

Commit

Permalink
TT-13658, added missing logger from provider initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-tyk committed Nov 28, 2024
1 parent 7081f2e commit 56345fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/middleware/upstreamoauth/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (m *Middleware) ProcessRequest(_ http.ResponseWriter, r *http.Request, _ in
upstreamOAuthProvider := Provider{
HeaderName: header.Authorization,
AuthValue: payload,
Logger: m.Logger(),
}

headerName := provider.getHeaderName(m)
Expand Down

0 comments on commit 56345fc

Please sign in to comment.