From 94be5c0a9c2918ba7218fe51d57b9e8382f6279e Mon Sep 17 00:00:00 2001 From: JD Date: Wed, 29 May 2024 11:19:24 -0700 Subject: [PATCH] Adds VM team to gitops (#19316) Adds Virtual machines team to gitops. fleetdm/confidential#6762 --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> --- .github/workflows/dogfood-gitops.yml | 1 + it-and-security/teams/virtual-machines.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 it-and-security/teams/virtual-machines.yml diff --git a/.github/workflows/dogfood-gitops.yml b/.github/workflows/dogfood-gitops.yml index 4cead2ddf2..b0c54adbd0 100644 --- a/.github/workflows/dogfood-gitops.yml +++ b/.github/workflows/dogfood-gitops.yml @@ -76,3 +76,4 @@ jobs: DOGFOOD_SERVERS_CANARY_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_CANARY_ENROLL_SECRET }} DOGFOOD_EXPLORE_DATA_ENROLL_SECRET: ${{ secrets.DOGFOOD_EXPLORE_DATA_ENROLL_SECRET }} DOGFOOD_CALENDAR_API_KEY: ${{ secrets.DOGFOOD_CALENDAR_API_KEY }} + DOGFOOD_VIRTUAL_MACHINES_ENROLL_SECRET: ${{ secrets.DOGFOOD_VIRTUAL_MACHINES_ENROLL_SECRET }} diff --git a/it-and-security/teams/virtual-machines.yml b/it-and-security/teams/virtual-machines.yml new file mode 100644 index 0000000000..cef82d618e --- /dev/null +++ b/it-and-security/teams/virtual-machines.yml @@ -0,0 +1,15 @@ +name: "Virtual machines" +team_settings: + features: + enable_host_users: true + enable_software_inventory: true + host_expiry_settings: + host_expiry_enabled: false + host_expiry_window: 0 + secrets: + - secret: $DOGFOOD_VIRTUAL_MACHINES_ENROLL_SECRET +agent_options: + path: ../lib/agent-options.yml +controls: +policies: +queries: