mirror of
https://github.com/fleetdm/fleet
synced 2026-05-03 21:38:24 +00:00
18 lines
519 B
Markdown
18 lines
519 B
Markdown
|
|
### Echo Webhook
|
||
|
|
|
||
|
|
A tiny web server you can use as a webhook callback for the MDM migration [end user workflow](https://fleetdm.com/docs/using-fleet/mdm-migration-guide#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
|
||
|
|
```
|
||
|
|
|
||
|
|
4. Configure Fleet to send a webhook to your web server.
|