mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
**Related issue:** Resolves #32009 This updates where we fire off the mdm_enrolled activity. We had it in the Authenticate method in the mdm checking and commands struct and move it into our lifecycle module. In the lifecycle module we place it in the turnOnApple method which already had checks to see if we were on the first TokenUpdate command. This means this activity should only fire on the initial TokenUpdate command the host gets. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] Added/updated automated tests - [ ] QA'd all new/changed functionality manually
1 line
195 B
Text
1 line
195 B
Text
- change where mdm_enrolled activity is created so it occures after the inital Token Update command. This allows the webhook to fire after the host can recieve additonal commands from fleet MDM.
|