mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 14:28:46 +00:00
Sub-task for #17230 # Configuration changes App configuration: ```yaml integrations: google_calendar: - email: name@service-account.com private_key: *** domain: fleetdm.com ``` Team configuration: ```yaml integrations: google_calendar: email: name@service-account.com enable_calendar_events: true policies: - name: My policy id: 12 webhook_url: https://example.com/policy-remediation ``` Note: Policy is looked up by name when configuration is set. The policy id is set/updated by the server for internal use. # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
65 lines
1.5 KiB
YAML
65 lines
1.5 KiB
YAML
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
integrations:
|
|
google_calendar: null
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings: null
|
|
windows_settings:
|
|
custom_settings: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
enable_end_user_authentication: false
|
|
macos_setup_assistant: %s
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts: null
|
|
webhook_settings:
|
|
host_status_webhook: null
|
|
name: tm1
|
|
---
|
|
apiVersion: v1
|
|
kind: team
|
|
spec:
|
|
team:
|
|
features:
|
|
enable_host_users: false
|
|
enable_software_inventory: false
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
integrations:
|
|
google_calendar: null
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings: null
|
|
windows_settings:
|
|
custom_settings: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
macos_setup_assistant: %s
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts: null
|
|
webhook_settings:
|
|
host_status_webhook: null
|
|
name: tm2
|