feat(admin-web): rate-limit list view and reset action #341
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/BUNYIP-317-web-rate-limits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add an /admin/rate-limits page listing currently-active throttles (resolved user or source IP, action, count vs cap, window start, retry-in) backed by the BUNYIP-315 endpoint, with a per-row Reset button that POSTs (action, key) to the BUNYIP-316 reset endpoint and redirects back with a success/error toast. Surface the same throttles inline on the user-detail page with a per-row Reset that returns to that page. Link the new page from the admin sidebar nav and guard it like the other admin pages.
#BUNYIP-317