mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Closes: https://github.com/fleetdm/confidential/issues/2768 Changes: - Added `/webhooks/receive-from-customer-fleet-instance.js` - A webhook that receives requests containing information about a host on a customers Fleet instance and sends a request to unenroll that host from a Workspace One instance. Before this is merged, we will need to add four config variables to the Fleet website: - [x] `sails.config.custom.customerWorkspaceOneBaseUrl` - [x] `sails.config.custom.customerWorkspaceOneTenentId` - [x] `sails.config.custom.customerWorkspaceOneAuthorizationToken` - [x] `sails.config.custom.customerMigrationWebhookSecret` --------- Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| controllers | ||
| helpers | ||
| hooks/custom | ||
| models | ||
| policies | ||
| responses | ||