Skip to content

Commit

Permalink
Update oauth.go to fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Oct 15, 2024
1 parent 407a93b commit 768de33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ func oauthProxyServer() {

// the callback authentication handler
http.HandleFunc(fmt.Sprintf("%s/callback", Config.Base), oauthCallbackHandler)

// Only expose debug endpoints (pprof, expvar) if the client IP is allowed
http.HandleFunc("/debug/", debugHandler)

Expand Down

0 comments on commit 768de33

Please sign in to comment.