forked from fleetdm/fleet-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.yml
More file actions
31 lines (29 loc) · 936 Bytes
/
default.yml
File metadata and controls
31 lines (29 loc) · 936 Bytes
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
# For Fleet Free:
# - This file updates policies, queries, agent_options, and controls for all hosts.
# For Fleet Premium:
# - This file updates policies and queries that run on all hosts ("All teams").
# - Remove "controls" and add this to your YAML files in teams/ instead.
policies:
queries:
agent_options:
path: ./lib/agent-options.yml
controls: # This cannot be set here and in no-team.yml
org_settings:
fleet_desktop:
transparency_url: http://catoftheday.com
host_expiry_settings:
host_expiry_enabled: true
host_expiry_window: 30
org_info:
org_name: "My test org"
webhook_settings:
activities_webhook:
enable_activities_webhook: true
destination_url: https://webhook.site/0b8bd8e8-f8f8-491b-9ed6-361d2f9c4a4e
server_settings:
server_url: $FLEET_URL
secrets:
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"
features:
enable_host_users: true
enable_software_inventory: true