Contributor docs for bootstrap pkg (#28609)

This commit is contained in:
Victor Lyuboslavsky 2025-04-28 15:36:38 -05:00 committed by GitHub
parent 225002c635
commit eac6ccb4e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,3 +190,9 @@ If an IT admin deletes a host in the UI/API, and we have a non-deleted entry in
- Also known as: IdP integration, User account sync
- See [MDM-end-user-authentication.md](./MDM-end-user-authentication.md)
### macOS setup experience: bootstrap package
Before downloading the bootstrap package using `GET /api/latest/fleet/mdm/bootstrap`, the Apple device will make one or more `HEAD` requests to that URL. Fleet server does not support the `HEAD` request and will return `405 Method Not Allowed`.
- [Example script to wrap fleetd with a bootstrap package](https://gist.github.com/getvictor/b23150b4bc269c499068d00b436d4d2b). This wrapper is useful for `manual_agent_install` macOS setup experience.