Enable activities webhook via GitOps (#25690)

Dogfooding this feature: fleetdm/confidential#9337
This commit is contained in:
Allen Houchins 2025-01-22 15:00:07 -06:00 committed by GitHub
parent 62b7412243
commit e90574b808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,7 @@ jobs:
DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET }}
FLEET_SECRET_MANAGED_CHROME_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}
DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET }}
DOGFOOD_ACTIVITIES_WEBHOOK_URL: ${{ secrets.DOGFOOD_ACTIVITIES_WEBHOOK_URL }}
- name: Notify on Gitops failure
if: failure() && github.ref_name == 'main'

View file

@ -77,6 +77,9 @@ org_settings:
destination_url: ""
enable_vulnerabilities_webhook: false
host_batch_size: 0
activities_webhook:
destination_url: $DOGFOOD_ACTIVITIES_WEBHOOK_URL
enable_activities_webhook: true
policies:
queries:
- path: ./lib/all/queries/collect-fleetd-update-channels.yml