Skip to content

Commit

Permalink
bug: don't allow unauthed access to /api/me
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 18, 2024
1 parent 70959ad commit b2f18fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/api/authz/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ var staticRules = map[string][]string{
// Allow access to the oauth2 endpoints
"/oauth2/",

"GET /api/me",

"POST /api/webhooks/{id}",
"GET /api/token-request/{id}",
"POST /api/token-request",
Expand Down

0 comments on commit b2f18fe

Please sign in to comment.