forked from fleetdm/fleet-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.yml
58 lines (56 loc) · 1.91 KB
/
default.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# For Fleet Free, this file updates queries, policies, controls, and agent options for all hosts.
# For Fleet Premium, the default.yml file updates queries and policies that run on all hosts ("All teams"). Controls and agent options are updated for hosts on "No team."
controls: # Controls added to "No team"
macos_settings:
custom_settings:
- path: ./lib/macos-password.mobileconfig
# - path: ../lib/macos-os-updates.ddm.json (DDM coming soon)
windows_enabled_and_configured: true
windows_settings:
custom_settings:
- path: ./lib/windows-screenlock.xml
scripts:
- path: ./lib/collect-fleetd-logs.sh
queries:
- path: ./lib/collect-fleetd-update-channels.queries.yml
policies:
agent_options:
path: ./lib/agent-options.yml
org_settings:
server_settings:
debug_host_ids:
- 1
- 3
enable_analytics: true
live_query_disabled: false
query_reports_disabled: false
scripts_disabled: false
server_url: https://dogfood.fleetdm.com
org_info:
contact_url: https://fleetdm.com/company/contact
org_logo_url: ""
org_logo_url_light_background: ""
org_name: Fleet Device Management
smtp_settings:
sso_settings:
enable_jit_provisioning: false
enable_jit_role_sync: false
enable_sso: true
enable_sso_idp_login: false
idp_name: Google Workspace
entity_id: dogfood.fleetdm.com
metadata: $FLEET_SSO_METADATA
integrations:
mdm:
apple_bm_default_team:
webhook_settings:
vulnerabilities_webhook:
enable_vulnerabilities_webhook: true
destination_url: https://example.tines.com/webhook
fleet_desktop: # Applies to Fleet Premium only
transparency_url: https://fleetdm.com/transparency
host_expiry_settings: # Applies to all teams
host_expiry_enabled: false
features: # Features added to all teams
secrets: # These secrets are used to enroll hosts to the "All teams" team
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"