Skip to content

fix /sso/get-by-email rate limiting#5341

Merged
supersven merged 2 commits into
developfrom
sventennie/fix-sso-get-by-email-rate-limiting
Jul 16, 2026
Merged

fix /sso/get-by-email rate limiting#5341
supersven merged 2 commits into
developfrom
sventennie/fix-sso-get-by-email-rate-limiting

Conversation

@supersven

Copy link
Copy Markdown
Contributor

Follow-up to #5212 (comment)

The changelog explains this fix.

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

`/sso/get-by-email` needs to appear before `/sso` in nginx's config,
because regex locations are matched in order (first-match), not by
specificity. In previous order `/sso` caught before `/sso/get-by-email`
applied the specific 5r/m rate limit, leaving it on the generic 50r/s
limit.
@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Jul 15, 2026
@supersven
supersven marked this pull request as ready for review July 15, 2026 13:53
@supersven
supersven requested review from a team as code owners July 15, 2026 13:53
@supersven
supersven merged commit 44e7580 into develop Jul 16, 2026
9 checks passed
@supersven
supersven deleted the sventennie/fix-sso-get-by-email-rate-limiting branch July 16, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants