mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
This documents a few migration webhooks we have built, so I'm not the only person that can run them.
519 B
519 B
Echo Webhook
A tiny web server you can use as a webhook callback for the MDM migration end user workflow
This server won't do an actual unenrollment, but instead will print to stdout whatever information it gets from the Fleet server.
This is useful for testing and local development.
Usage
- Start the webserver with:
go run tools/mdm/migration/echo/main.go
- Configure Fleet to send a webhook to your web server.