1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/website/docs/reference/deploy
Christopher Kolstad b06613d1b0
feat: Adds rate limiting to metric POST endpoints (#5075)
### What
The heaviest requests we serve are the register and metrics POSTs from
our SDKs/clients.
This PR adds ratelimiting to /api/client/register, /api/client/metrics,
/api/frontend/register and /api/frontend/metrics with a default set to
6000 requests per minute (or 100 rps) for each of the endpoints.

It will be overrideable by the environment variables documented.

### Points of discussion
@kwasniew already suggested using featuretoggles with variants to
control the rate per clientId. I struggled to see if we could
dynamically update the middleware after initialisation, so this attempt
will need a restart of the pod to update the request limit.
2023-10-18 13:00:44 +02:00
..
configuring-unleash-v3.md
configuring-unleash.md feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00
database-backup.md
database-setup.md
email-service.md
environment-import-export.mdx docs: dependent features (#5058) 2023-10-18 08:57:04 +02:00
getting-started.md feat: allow defining initial admin user as env variable (#4927) 2023-10-06 09:07:06 +02:00
google-auth-hook.md
google-auth-v3.md
import-export.md doc: update link to new import/export (#3584) 2023-04-21 08:49:05 +00:00
migration-guide.md docs: add migration guide entry for v4 -> v5 (#3650) 2023-04-28 13:10:30 +02:00
securing-unleash-v3.md
securing-unleash.md docs: update documentation and dev server use of passord (#3564) 2023-04-19 13:29:18 +02:00