fleet/cmd/fleet
Ian Littman 37c062e8a3
Allow overriding MDM SSO rate limit with an env var or config (#29640)
Env var: `FLEET_MDM_SSO_RATE_LIMIT_PER_MINUTE`. **Not** managed via
GitOps.

# 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.
- [ ] Added/updated automated tests
- [ ] Manual QA for all new/changed functionality
2025-05-30 17:34:47 -05:00
..
config_dump.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
cron.go Bugfix: catch-all cron job to avoid blocked upcoming activities queue (#29477) 2025-05-27 16:38:39 -04:00
cron_test.go Split up apple and windows profile management cron jobs (#23975) 2024-11-26 16:57:32 -06:00
main.go Cloudfront URL config changes (#25145) 2025-01-06 11:33:24 -06:00
prepare.go Android scaffold (#26274) 2025-02-13 14:32:19 -06:00
serve.go Allow overriding MDM SSO rate limit with an env var or config (#29640) 2025-05-30 17:34:47 -05:00
serve_test.go Add statistic to measure ABM pending hosts (#28226) 2025-04-15 11:30:07 -04:00
version.go Move external dependency fleetdm/kolide-kit to monorepo (#15861) 2024-01-02 18:22:52 -03:00
vuln_process.go Add gosimple linter (#23250) 2024-10-29 14:17:51 -05:00