mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add calendar integration settings into workstation canary team (#18219)
Adding integration settings and linking to the webhook_url secret set for calendar webhook
This commit is contained in:
parent
9eaaaf8af3
commit
5eb8cf618e
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ team_settings:
|
|||
host_expiry_window: 0
|
||||
secrets:
|
||||
- secret: $DOGFOOD_WORKSTATIONS_CANARY_ENROLL_SECRET
|
||||
integrations:
|
||||
google_calendar:
|
||||
enable_calendar_events: true
|
||||
webhook_url: $DOGFOOD_WORKSTATIONS_CANARY_CALENDAR_WEBHOOK_URL
|
||||
agent_options:
|
||||
config:
|
||||
decorators:
|
||||
|
|
|
|||
Loading…
Reference in a new issue