mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
As part of https://github.com/fleetdm/fleet/issues/5947, and in order to have a simplified workflow in Fleet Desktop, we defined https://github.com/fleetdm/fleet/issues/6200 to add a new endpoint that redirects to the transparency url as defined in the config (for premium users only) ``` ~/projects/fleet $ curl -v -s https://localhost:8080/api/latest/fleet/device/bf34ab98-23b0-48bc-8e82-8c0143cba11c/transparency * Connection state changed (MAX_CONCURRENT_STREAMS == 250)! < HTTP/2 307 < content-type: application/json; charset=utf-8 < location: https://fleetdm.com/transparency < content-length: 0 < date: Mon, 13 Jun 2022 18:09:29 GMT < * Connection #0 to host localhost left intact ```
3 lines
227 B
Text
3 lines
227 B
Text
- Add `fleet_desktop.transparency_url` to `app_config_json`
|
|
- Set default `transparency_url="https://fleetdm.com/transparency`
|
|
- Enable Fleet Premium licensees to set custom `transparency_url` via REST API and `fleetctl apply`
|