1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib/routes
Christopher Kolstad 1bba76413f
feat: make all internal rate limits configurable (#5095)
### What
This PR makes the rate limit for user creation and simple login (our
password based login) configurable in the same way you can do
metricsRateLimiting.

### Worth noting
In addition this PR adds a `rate_limit{endpoint, method}` prometheus
gauge, which gets the data from the UnleashConfig.
2023-10-26 09:20:29 +02:00
..
admin-api feat: make all internal rate limits configurable (#5095) 2023-10-26 09:20:29 +02:00
auth docs: Auth tag (#4126) 2023-07-04 08:31:54 +00:00
client-api Client instance service (#5126) 2023-10-23 15:22:30 +02:00
edge-api feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
proxy-api feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00
backstage.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
backstage.ts fix: store snapshots in temp folder (#2864) 2023-01-10 13:53:00 +01:00
controller.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
health-check.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
health-check.ts docs: Health check endpoint (#3959) 2023-06-12 12:56:45 +00:00
index.ts feat: make all internal rate limits configurable (#5095) 2023-10-26 09:20:29 +02:00
logout.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
logout.ts feat: authorization middleware (#3464) 2023-04-06 11:46:54 +02:00
public-invite.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
public-invite.ts OpenAPI: add operation tests: require summaries and descriptions (#4377) 2023-08-01 15:58:15 +02:00
unleash-types.ts Add support for req.logout with passport version 0.6.0 and onwards (#2041) 2022-09-13 09:59:34 +02:00
util.ts feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00