Define per-key quota and rate-limit configuration model #14

Open
opened 2026-07-01 01:01:10 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:01:10 +00:00 (Migrated from github.com)

Problem

Each key needs configurable limits (e.g. requests/day, requests/second). We need a stored model and an admin UI to set them.

Acceptance criteria

  • Each key can carry a daily/monthly quota and a per-second/per-minute rate limit
  • Operators can edit limits per key from the admin UI and changes take effect without a redeploy
  • Defaults are applied when a key has no explicit override
  • Limit changes are recorded in the audit log
## Problem Each key needs configurable limits (e.g. requests/day, requests/second). We need a stored model and an admin UI to set them. ## Acceptance criteria - [ ] Each key can carry a daily/monthly quota and a per-second/per-minute rate limit - [ ] Operators can edit limits per key from the admin UI and changes take effect without a redeploy - [ ] Defaults are applied when a key has no explicit override - [ ] Limit changes are recorded in the audit log
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Site#14
No description provided.