Add backend capability to look up hosts based on MDM IdP email (#15478)

Issue #13034 

TODO: Frontend requirements will be covered in a separate PR.

# 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/` or
`orbit/changes/`.
- [x] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Sarah Gillespie
2023-12-07 12:36:32 -06:00
committed by GitHub
parent 8b7d1a7e47
commit 88e8eee1fe
18 changed files with 454 additions and 116 deletions
+1
View File
@@ -0,0 +1 @@
- Added capability to look up hosts based on IdP email.