mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
| .. | ||
| touchless | ||
| main.go | ||
| README.md | ||
MicroMDM webhook
A tiny server you can use as a webhook callback for the MDM migration end user workflow.
It will try to unenroll the device based on the device UUID/UDID by sending a RemoveProfile
command.
Usage
- Find the MicroMDM API token. For the Fly.io hosted MicroMDM server it should be in
1Password. If you're having trouble finding it, drop a message in
#g-mdmon Slack! - Get the MicroMDM server URL.
- Start the server with:
go run tools/mdm/migration/micromdm/main.go --api-token=$MICRO_MDM_TOKEN --url=https://micromdm.example.com
- Configure Fleet to send a webhook to this server.