fleet/server/service/middleware
Ian Littman 502aa8bafb
When MDM SSO rate limit is supplied, split rate limit bucket (#29663)
Also adds some more rate limiter tests to make sure separate rate limit
buckets interact as expected.

Fixes #29614.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- For new Fleet configuration settings
- [x] Verified that the setting can be managed via GitOps, or confirmed
that the setting is explicitly being excluded from GitOps. (excluded;
env var or YAML)
- [x] Added/updated automated tests
- [ ] Manual QA for all new/changed functionality

---------

Co-authored-by: George Karr <georgekarrv@users.noreply.github.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2025-06-02 16:18:58 -06:00
..
auth Add SCIM Users (#27551) 2025-04-01 11:02:24 -05:00
authzcheck Fix 500 return code for several endpoints. (#14859) 2023-11-02 12:32:34 -05:00
endpoint_utils Check content-type header when parsing cross-origin JSON (#29497) 2025-05-29 15:26:55 -04:00
log Add SCIM Users (#27551) 2025-04-01 11:02:24 -05:00
mdmconfigured Update error message for VerifyMDMWindowsConfigured (#28646) 2025-04-29 14:11:31 -05:00
ratelimit When MDM SSO rate limit is supplied, split rate limit bucket (#29663) 2025-06-02 16:18:58 -06:00