mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
related to #12847 This changes the authentication method for windows mdm enrollment. We were using `HostByIndentifier ` method but have changed to `LoadHostByOrbitNodeKey`. - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2 lines
127 B
Text
2 lines
127 B
Text
- change the authentication method during windows mdm enrollment to use `LoadHostByOrbitNodeKey`
|
|
instead of `HostByIdentifier`
|