fleet/cmd/fleet
Jordan Montgomery 7593d102fb
Experimental fleet server config for custom updates & disk encryption settings (#34598)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #33316

Merges in changes made in this community PR:
https://github.com/fleetdm/fleet/pull/33665

Adds support for Windows and tests, also blocks the feature on fleet
free

# Checklist for submitter

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

- [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)
- [x] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [x] Added/updated automated tests
- [x] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [x] QA'd all new/changed functionality manually

---------

Co-authored-by: Wesley Whetstone <wesw@stripe.com>
Co-authored-by: Wesley Whetstone <jckwhet@gmail.com>
2025-10-22 13:51:10 -04:00
..
config_dump.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
cron.go Optimize software title reconciliation in vulnerabilities job (#34146) 2025-10-14 17:36:45 -05:00
cron_test.go Split up apple and windows profile management cron jobs (#23975) 2024-11-26 16:57:32 -06:00
main.go Fix GCS for remaining features that use S3 (#32743) 2025-09-09 11:22:04 -03:00
prepare.go Fix for 4.73.2 misnumbered migrations (#33655) 2025-09-30 16:01:17 -05:00
serve.go Experimental fleet server config for custom updates & disk encryption settings (#34598) 2025-10-22 13:51:10 -04:00
serve_test.go Optimize software title reconciliation in vulnerabilities job (#34146) 2025-10-14 17:36:45 -05:00
version.go Move external dependency fleetdm/kolide-kit to monorepo (#15861) 2024-01-02 18:22:52 -03:00
vuln_process.go Optimize software title reconciliation in vulnerabilities job (#34146) 2025-10-14 17:36:45 -05:00