mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
#24548 This PR covers Apple legacy commands, Windows commands, and scripts. Apple DDM commands and Software install/uninstall scripts will be covered in separate PRs. # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
4 lines
306 B
Text
4 lines
306 B
Text
Added ability to use secrets ($FLEET_SECRET_YOURNAME) in scripts and profiles.
|
|
- Added `/fleet/spec/secret_variables` API endpoint.
|
|
- fleetctl gitops identifies secrets in scripts and profiles and saves them on the Fleet server.
|
|
- secret values are populated when scripts and profiles are sent to devices.
|