From aeba8b20a6f0b0dee15663fa201264f6305680c0 Mon Sep 17 00:00:00 2001 From: Scott Gress Date: Thu, 19 Jun 2025 13:57:40 -0500 Subject: [PATCH 1/3] add features to team config --- teams/workstations-canary.yml | 4 ++++ teams/workstations.yml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/teams/workstations-canary.yml b/teams/workstations-canary.yml index 1187ab51..c25429cc 100644 --- a/teams/workstations-canary.yml +++ b/teams/workstations-canary.yml @@ -25,3 +25,7 @@ team_settings: secrets: - secret: "$FLEET_WORKSTATIONS_CANARY_ENROLL_SECRET" software: +features: + enable_host_users: true + enable_software_inventory: true + diff --git a/teams/workstations.yml b/teams/workstations.yml index deacfdc3..562f5f0b 100644 --- a/teams/workstations.yml +++ b/teams/workstations.yml @@ -25,3 +25,6 @@ team_settings: secrets: - secret: "$FLEET_WORKSTATIONS_ENROLL_SECRET" software: +features: + enable_host_users: true + enable_software_inventory: true From 0bf0a060a3000c8f37e5c73392a6762bb8aa2a01 Mon Sep 17 00:00:00 2001 From: Scott Gress Date: Thu, 19 Jun 2025 14:31:23 -0500 Subject: [PATCH 2/3] add to default as well --- default.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.yml b/default.yml index e6f38c7a..5a63eb3a 100644 --- a/default.yml +++ b/default.yml @@ -17,3 +17,6 @@ org_settings: org_name: Fleet secrets: - secret: "$FLEET_GLOBAL_ENROLL_SECRET" +features: + enable_host_users: true + enable_software_inventory: true From c3dbfbcbd483deeb201be3aab204d3a15678ac67 Mon Sep 17 00:00:00 2001 From: Scott Gress Date: Thu, 19 Jun 2025 14:55:38 -0500 Subject: [PATCH 3/3] put them in the right place --- default.yml | 6 +++--- teams/workstations-canary.yml | 6 +++--- teams/workstations.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/default.yml b/default.yml index 5a63eb3a..7db0a067 100644 --- a/default.yml +++ b/default.yml @@ -17,6 +17,6 @@ org_settings: org_name: Fleet secrets: - secret: "$FLEET_GLOBAL_ENROLL_SECRET" -features: - enable_host_users: true - enable_software_inventory: true + features: + enable_host_users: true + enable_software_inventory: true diff --git a/teams/workstations-canary.yml b/teams/workstations-canary.yml index c25429cc..5ffc375d 100644 --- a/teams/workstations-canary.yml +++ b/teams/workstations-canary.yml @@ -24,8 +24,8 @@ controls: team_settings: secrets: - secret: "$FLEET_WORKSTATIONS_CANARY_ENROLL_SECRET" + features: + enable_host_users: true + enable_software_inventory: true software: -features: - enable_host_users: true - enable_software_inventory: true diff --git a/teams/workstations.yml b/teams/workstations.yml index 562f5f0b..d818561d 100644 --- a/teams/workstations.yml +++ b/teams/workstations.yml @@ -24,7 +24,7 @@ controls: team_settings: secrets: - secret: "$FLEET_WORKSTATIONS_ENROLL_SECRET" + features: + enable_host_users: true + enable_software_inventory: true software: -features: - enable_host_users: true - enable_software_inventory: true