<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #40493 Changes already reviewed in the PRs merged to this feature branch. Only additive change was https://github.com/fleetdm/fleet/pull/50595/commits/c0934e1fee46a734f9499a4c782563d4fcc345c4 to address CodeRabbit's comments. # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually https://github.com/user-attachments/assets/ea7f5157-a67a-4d83-842d-62197bd1546d ## New Fleet configuration settings - [ ] Setting(s) is/are explicitly excluded from GitOps If you didn't check the box above, follow this checklist for GitOps-enabled settings: - [x] Verified that the setting is exported via `fleetctl generate-gitops` - [x] Verified the setting is documented in a separate PR to [the GitOps documentation](https://github.com/fleetdm/fleet/blob/main/docs/Configuration/yaml-files.md#L485) - [x] Verified that the setting is cleared on the server if it is not supplied in a YAML file (or that it is documented as being optional) - [x] Verified that any relevant UI is disabled when GitOps mode is enabled <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit * **New Features** * Added host activity automations with configurable webhook destinations. * Manage automations from the Hosts page with validation, permissions, and enable/disable controls. * Added GitOps support for team and unassigned-host webhook settings. * Activity webhooks now include fleet-scoped host IDs where applicable. * Added profile UUIDs to MDM profile resend activity details. * **Bug Fixes** * Improved Windows MDM enrollment activity details by including the linked host ID when available. * Preserved existing webhook settings when omitted during updates. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
134 lines
3.7 KiB
YAML
134 lines
3.7 KiB
YAML
apiVersion: v1
|
|
kind: fleet
|
|
spec:
|
|
fleet:
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
historical_data:
|
|
uptime: true
|
|
vulnerabilities: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
integrations:
|
|
google_calendar: null
|
|
conditional_access_enabled: null
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
enable_recovery_lock_password: false
|
|
name_template: null
|
|
windows_require_bitlocker_pin: null
|
|
apple_settings:
|
|
configuration_profiles: null
|
|
windows_settings:
|
|
configuration_profiles: null
|
|
managed_local_account_settings:
|
|
enabled: false
|
|
android_settings:
|
|
configuration_profiles: null
|
|
certificates: null
|
|
setup_experience:
|
|
macos_bootstrap_package: %s
|
|
enable_create_local_admin_account: false
|
|
enable_end_user_authentication: false
|
|
end_user_local_account_type: "admin"
|
|
lock_end_user_info: false
|
|
apple_setup_assistant: %s
|
|
macos_manual_agent_install: null
|
|
require_all_software_macos: false
|
|
require_all_software_windows: false
|
|
apple_enable_release_device_manually: false
|
|
macos_script: null
|
|
software: null
|
|
macos_updates:
|
|
deadline: null
|
|
deadline_days: null
|
|
minimum_version: null
|
|
update_new_hosts: null
|
|
ios_updates:
|
|
deadline: null
|
|
deadline_days: null
|
|
minimum_version: null
|
|
update_new_hosts: null
|
|
ipados_updates:
|
|
deadline: null
|
|
deadline_days: null
|
|
minimum_version: null
|
|
update_new_hosts: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts: null
|
|
secrets: null
|
|
webhook_settings:
|
|
host_status_webhook: null
|
|
failing_policies_webhook: null
|
|
host_activities_webhook: null
|
|
name: tm1
|
|
team:
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
historical_data:
|
|
uptime: true
|
|
vulnerabilities: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
integrations:
|
|
google_calendar: null
|
|
conditional_access_enabled: null
|
|
mdm:
|
|
enable_disk_encryption: false
|
|
enable_recovery_lock_password: false
|
|
name_template: null
|
|
windows_require_bitlocker_pin: null
|
|
macos_settings:
|
|
custom_settings: null
|
|
windows_settings:
|
|
custom_settings: null
|
|
managed_local_account_settings:
|
|
enabled: false
|
|
android_settings:
|
|
custom_settings: null
|
|
certificates: null
|
|
macos_setup:
|
|
bootstrap_package: %s
|
|
enable_end_user_authentication: false
|
|
enable_managed_local_account: false
|
|
end_user_local_account_type: "admin"
|
|
lock_end_user_info: false
|
|
macos_setup_assistant: %s
|
|
manual_agent_install: null
|
|
require_all_software_macos: false
|
|
require_all_software_windows: false
|
|
enable_release_device_manually: false
|
|
script: null
|
|
software: null
|
|
macos_updates:
|
|
deadline: null
|
|
deadline_days: null
|
|
minimum_version: null
|
|
update_new_hosts: null
|
|
ios_updates:
|
|
deadline: null
|
|
deadline_days: null
|
|
minimum_version: null
|
|
update_new_hosts: null
|
|
ipados_updates:
|
|
deadline: null
|
|
deadline_days: null
|
|
minimum_version: null
|
|
update_new_hosts: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts: null
|
|
secrets: null
|
|
webhook_settings:
|
|
host_status_webhook: null
|
|
failing_policies_webhook: null
|
|
host_activities_webhook: null
|
|
name: tm1
|