Skip to content

Commit

Permalink
Enable activities webhook via GitOps (#25690)
Browse files Browse the repository at this point in the history
Dogfooding this feature: fleetdm/confidential#9337
  • Loading branch information
allenhouchins authored Jan 22, 2025
1 parent 62b7412 commit e90574b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions it-and-security/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e90574b

Please sign in to comment.