fleet/tools/mdm/migration/echo
2024-02-06 16:53:43 -06:00
..
main.go Update backend MDM migration flow and add logging to aid in debugging migration errors (#16627) 2024-02-06 16:53:43 -06:00
README.md document migration webhooks (#13900) 2023-09-18 19:39:00 -03:00

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

  1. Start the webserver with:
go run tools/mdm/migration/echo/main.go
  1. Configure Fleet to send a webhook to your web server.