Add Mosyle to well-known MDM list (#35482)

# 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.

Co-authored-by: Jordan Montgomery <elijah.jordan.montgomery@gmail.com>
This commit is contained in:
Kevin M. Cox 2025-11-24 14:01:25 -06:00 committed by GitHub
parent 02586c5df9
commit cc244ba6df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
- Mosyle added to the list of well-known MDM platforms

View file

@ -1175,6 +1175,7 @@ const (
WellKnownMDMIntune = "Intune"
WellKnownMDMSimpleMDM = "SimpleMDM"
WellKnownMDMFleet = "Fleet"
WellKnownMDMMosyle = "Mosyle"
)
var mdmNameFromServerURLChecks = map[string]string{
@ -1186,6 +1187,7 @@ var mdmNameFromServerURLChecks = map[string]string{
"microsoft": WellKnownMDMIntune,
"simplemdm": WellKnownMDMSimpleMDM,
"fleetdm": WellKnownMDMFleet,
"mosyle": WellKnownMDMMosyle,
}
// MDMNameFromServerURL returns the MDM solution name corresponding to the