mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
02586c5df9
commit
cc244ba6df
2 changed files with 3 additions and 0 deletions
1
changes/251110-known-mdm-mosyle
Normal file
1
changes/251110-known-mdm-mosyle
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Mosyle added to the list of well-known MDM platforms
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue