mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Enable activities webhook via GitOps (#25690)
Dogfooding this feature: fleetdm/confidential#9337
This commit is contained in:
parent
62b7412243
commit
e90574b808
2 changed files with 4 additions and 0 deletions
1
.github/workflows/dogfood-gitops.yml
vendored
1
.github/workflows/dogfood-gitops.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue