-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api): limit handlers to admins only #1001
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1001 +/- ##
==========================================
- Coverage 67.72% 67.70% -0.03%
==========================================
Files 208 208
Lines 11949 11961 +12
==========================================
+ Hits 8093 8098 +5
- Misses 3358 3365 +7
Partials 498 498 ☔ View full report in Codecov by Sentry. |
/build |
/build |
1 similar comment
/build |
Build and push Docker images with tag: 2024-03-27.32a5011 |
1 similar comment
Build and push Docker images with tag: 2024-03-27.32a5011 |
Limit handlers GET:
/api/contact
,/api/tag/stats
,/api/trigger
,/api/trigger/unused
, DELETEapi/event/all
,/api/tag/{tag}
access, now only admins can use themAdd field to
/api/user/settings
to indicate whether current user has admin rights