From d1115a6bc93f06d541b48eed95f629ebfcaf52cc Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 8 May 2026 17:19:42 -0400 Subject: [PATCH] Custom variables changes: Currently, only Apple profiles are resent (#44850) Windows coming soon: - https://github.com/fleetdm/fleet/issues/44852 --------- Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> --- articles/secrets-in-scripts-and-configuration-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/secrets-in-scripts-and-configuration-profiles.md b/articles/secrets-in-scripts-and-configuration-profiles.md index 9d00a3f2e6..af8e37c45a 100644 --- a/articles/secrets-in-scripts-and-configuration-profiles.md +++ b/articles/secrets-in-scripts-and-configuration-profiles.md @@ -42,7 +42,7 @@ During a GitOps run, Fleet scans scripts and profiles for variables, pulls their Profiles with variables aren’t validated during a GitOps dry run because the variables may be missing or incorrect in Fleet. This means they’re more likely to fail during a real run. Best practice: test the script or profile by adding it to Fleet via the UI first. -> When variable values are updated or changed, a profile resend is triggered. +> When variable values are updated or changed, Apple (macOS, iOS, iPadOS) profiles are re-sent. Automatic re-send for Windows profiles is [coming soon](https://github.com/fleetdm/fleet/issues/44852). If a variable is a secret (for example, an API token), prefix it with FLEET_SECRET_. This masks the value when viewed or downloaded from the Fleet UI or API.