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: