From c975e1353b951ad8bb35e01bf25edc4577a8fcec Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Mon, 11 May 2026 11:52:35 -0300 Subject: [PATCH] Update desktop token even if fleet desktop is disabled (#45140) Missing changes file for: https://github.com/fleetdm/fleet/pull/39533/changes. ## Summary by CodeRabbit * **Bug Fixes** * Desktop security token rotation for identity verification now occurs consistently, regardless of Fleet Desktop configuration status. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45140) --- orbit/changes/44681-always-update-identifier | 1 + 1 file changed, 1 insertion(+) create mode 100644 orbit/changes/44681-always-update-identifier diff --git a/orbit/changes/44681-always-update-identifier b/orbit/changes/44681-always-update-identifier new file mode 100644 index 0000000000..1118603c39 --- /dev/null +++ b/orbit/changes/44681-always-update-identifier @@ -0,0 +1 @@ +* Updated orbit to rotate desktop token ("identifier" file) even if Fleet Desktop is disabled.