Skip to content

Commit

Permalink
feat: fix tunnel (#296)
Browse files Browse the repository at this point in the history
Closes #271

Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com>
  • Loading branch information
tilschuenemann and aeneasr authored Jan 26, 2023
1 parent d8e6a19 commit 38f7768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cloudx/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ func checkOry(conf *config, _ *logrusx.Logger, writer herodot.Writer, keys *jose
}

session, err := checkSession(hc, r, endpoint)
r.Header.Del("Authorization")
if err != nil || !gjson.GetBytes(session, "active").Bool() {
next(w, r)
return
Expand Down

0 comments on commit 38f7768

Please sign in to comment.