mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
| .. | ||
| main.go | ||
| README.md | ||
Jamf Pro Webhook
A tiny web server you can use as a webhook callback for the MDM migration end user workflow
This will try to find a device using the serial number and send an API call to unenroll it.
Usage
- Grab an user and password. Make sure it has access rights to list and unenroll devices.
- Grab your URL, for example if you're using Jamf Cloud
https://foo.jamfcloud.com - Start the webserver with:
go run tools/mdm/migration/jamf/main.go --url=https://foo.jamfcloud.com --username=$JAMF_USERNAME --password=$JAMF_PASSWORD
- Configure Fleet to send a webhook to your web server.
TODO
- For long running servers in production environments, check the token expiration and renew when appropriately.