From dc58f84c3f5936465cc04b8beef5e9d42b9c6182 Mon Sep 17 00:00:00 2001 From: "kilo-code-bot[bot]" <240665456+kilo-code-bot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:20:11 -0500 Subject: [PATCH] Enable host expiry (90 days) for Workstations and mobile device teams (#44650) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Enables host expiry settings for three teams by setting `host_expiry_enabled: true` and `host_expiry_window: 90` (days) in each team's GitOps configuration file. - Hosts that have not checked in for 90 days will be automatically removed from these teams' inventories. ## Changes - `it-and-security/fleets/workstations.yml`: Updated `host_expiry_settings` to enable expiry with a 90-day window. - `it-and-security/fleets/company-owned-mobile-devices.yml`: Updated `host_expiry_settings` to enable expiry with a 90-day window. - `it-and-security/fleets/personal-mobile-devices.yml`: Updated `host_expiry_settings` to enable expiry with a 90-day window. ## Teams affected | Team | File | Window | |------|------|--------| | 💻 Workstations | `workstations.yml` | 90 days | | 📱🏢 Employee-issued mobile devices | `company-owned-mobile-devices.yml` | 90 days | | 📱🔐 Personal mobile devices | `personal-mobile-devices.yml` | 90 days | ## Related - Follows the same pattern as #44649 (Testing & QA team, 30 days). --- Built for [Allen Houchins](https://fleetdm.slack.com/archives/D0AFASNBZMW/p1777903880443949?thread_ts=1776095784.812489&cid=D0AFASNBZMW) by [Kilo for Slack](https://kilo.ai/slack) Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> --- it-and-security/fleets/company-owned-mobile-devices.yml | 4 ++-- it-and-security/fleets/personal-mobile-devices.yml | 4 ++-- it-and-security/fleets/workstations.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/it-and-security/fleets/company-owned-mobile-devices.yml b/it-and-security/fleets/company-owned-mobile-devices.yml index f5cd33ad0d..ebb07d1fd2 100644 --- a/it-and-security/fleets/company-owned-mobile-devices.yml +++ b/it-and-security/fleets/company-owned-mobile-devices.yml @@ -2,8 +2,8 @@ name: 📱🏢 Employee-issued mobile devices settings: features: host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 0 + host_expiry_enabled: true + host_expiry_window: 90 secrets: - secret: $DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET integrations: diff --git a/it-and-security/fleets/personal-mobile-devices.yml b/it-and-security/fleets/personal-mobile-devices.yml index a669fc8da4..df1dfd8749 100644 --- a/it-and-security/fleets/personal-mobile-devices.yml +++ b/it-and-security/fleets/personal-mobile-devices.yml @@ -2,8 +2,8 @@ name: 📱🔐 Personal mobile devices settings: features: host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 0 + host_expiry_enabled: true + host_expiry_window: 90 secrets: - secret: $DOGFOOD_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET integrations: diff --git a/it-and-security/fleets/workstations.yml b/it-and-security/fleets/workstations.yml index fa1e76b343..fc198d1a70 100644 --- a/it-and-security/fleets/workstations.yml +++ b/it-and-security/fleets/workstations.yml @@ -9,8 +9,8 @@ settings: enable_host_users: true enable_software_inventory: true host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 0 + host_expiry_enabled: true + host_expiry_window: 90 secrets: - secret: $DOGFOOD_WORKSTATIONS_ENROLL_SECRET integrations: