1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/routes/admin-api
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
..
project feat: show warning about dependencies removed on archive (#5104) 2023-10-20 08:58:03 +02:00
user feat: user openapi spec (#4162) 2023-07-06 15:27:43 +02:00
addon.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
api-token.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
client-metrics.ts OpenAPI: add operation tests: require summaries and descriptions (#4377) 2023-08-01 15:58:15 +02:00
config.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
config.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
constraints.ts Refactor/move features to feature oriented architecture (#4994) 2023-10-11 09:38:57 +02:00
context.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
context.ts feat: context/segment usage private (#4826) 2023-09-25 15:50:44 +03:00
email.test.ts
email.ts
environments.ts Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
event.ts docs: Events tag (#4152) 2023-07-06 08:57:09 +00:00
events.test.ts refactor: prefer eventService.storeEvent methods (#4830) 2023-09-27 14:23:05 +01:00
favorites.ts chore: openapai favorite endpoints (#4189) 2023-07-10 14:13:00 +03:00
feature-type.ts chore: remove configurableFeatureTypeLifetimes flag (#4569) 2023-08-25 09:19:08 +02:00
index.ts feat: feature search stub (#5143) 2023-10-25 10:50:59 +02:00
instance-admin.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
maintenance.ts OpenAPI: more schema cleanup (#4353) 2023-07-28 06:59:05 +00:00
metrics.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
metrics.ts feat: make application usage private through project (#4786) 2023-09-20 10:35:30 +03:00
public-signup.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
public-signup.ts OpenAPI: add operation tests: require summaries and descriptions (#4377) 2023-08-01 15:58:15 +02:00
state.ts feat: deprecate state api (#3551) 2023-04-18 18:34:12 +02:00
strategy.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
strategy.ts fix: API improvements aligning the types to our schemas (#4650) 2023-09-12 15:40:57 +02:00
tag-type.ts openapi: enable strict schema validation by default and fix (#4355) 2023-07-31 11:04:13 +02:00
tag.test.ts Client instance service (#5126) 2023-10-23 15:22:30 +02:00
tag.ts docs: add descriptions and examples to tag schemas (#4194) 2023-07-11 10:02:00 +02:00
telemetry.ts feat: remove experimental flag for telemetry (#4123) 2023-06-30 11:27:54 +02:00
user-admin.ts feat: make all internal rate limits configurable (#5095) 2023-10-26 09:20:29 +02:00
user-feedback.ts openapi: document operations for admin ui feedback (#4226) 2023-07-13 13:27:52 +02:00
user-splash.ts openapi: update the splash endpoints and schemas for splash (#4227) 2023-07-13 08:29:54 +00:00