mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Update endpoints that need to be exposed (#27798)
Most Fleet users want Fleet Desktop > My device page to work. I think let's document that as the best practice --------- Co-authored-by: Robert Fairburn <8029478+rfairburn@users.noreply.github.com>
This commit is contained in:
parent
fc3cd3b33f
commit
2a3e99ae47
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ If you would like to manage hosts that can travel outside your VPN or intranet,
|
|||
|
||||
## Using Fleet Desktop on remote devices
|
||||
|
||||
If you are using Fleet Desktop and want it to work on remote devices, the bare minimum API to expose is `/api/*/fleet/device/*/desktop`. This minimal endpoint will only provide the number of failing policies.
|
||||
If you're using Fleet Desktop `/api/*/fleet/device/*/desktop` must be exposed in the API, and for the end user **Fleet Desktop > My device** page `/device/*` and `/assets/*` must be exposed.
|
||||
|
||||
For full Fleet Desktop and scripts functionality, `/api/fleet/orbit/*` and`/api/fleet/device/ping` must also be exposed.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue