We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e56948 + da111e2 commit afe4e12Copy full SHA for afe4e12
apps/webapp/app/services/apiRateLimit.server.ts
@@ -61,6 +61,7 @@ export const apiRateLimiter = authorizationRateLimitMiddleware({
61
"/api/v1/auth/jwt/claims",
62
/^\/api\/v1\/runs\/[^\/]+\/attempts$/, // /api/v1/runs/$runFriendlyId/attempts
63
/^\/api\/v1\/waitpoints\/tokens\/[^\/]+\/callback\/[^\/]+$/, // /api/v1/waitpoints/tokens/$waitpointFriendlyId/callback/$hash
64
+ /^\/api\/v1\/deployments/, // /api/v1/deployments/*
65
],
66
log: {
67
rejections: env.API_RATE_LIMIT_REJECTION_LOGS_ENABLED === "1",
0 commit comments