implement OTA enrollment (#21942)

for #21019

# 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/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] Added/updated tests
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Roberto Dip
2024-09-10 16:52:17 -03:00
committed by GitHub
parent 9566b7d320
commit 05818902cd
35 changed files with 936 additions and 202 deletions
+1
View File
@@ -0,0 +1 @@
* Implement protocol support for OTA enrollment and automatic team assignment for hosts.