Skip to content

Commit

Permalink
TODOs:
Browse files Browse the repository at this point in the history
  • Loading branch information
stlaz committed Nov 22, 2023
1 parent 3eb4df0 commit c1598c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/server.go
Expand Up @@ -285,6 +285,7 @@ func (s *Server) HTTPHandler() http.Handler {
handleFunc(authLogoutEndpoint, allowMethod(http.MethodPost, s.handleLogout))
handleFunc(AuthLoginCallbackEndpoint, s.Authenticator.CallbackFunc(fn))
handle(requestTokenEndpoint, authHandler(s.handleClusterTokenURL))
// TODO: only add the following in case the auth type is openshift?
handleFunc(deleteOpenshiftTokenEndpoint, allowMethod(http.MethodPost, authHandlerWithUser(s.handleOpenShiftTokenDeletion)))
}

Expand Down

0 comments on commit c1598c0

Please sign in to comment.