mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
f36b7d4d6d
#17043 Set up dogfood to use gitops. I copied the current dogfood configs/policies/queries into the gitops flow. Successful workflow run: https://github.com/fleetdm/fleet/actions/runs/8023101797/job/21918883543?pr=17098 --------- Co-authored-by: Noah Talerman <noahtal@umich.edu>
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
name: "Explore data (fleetdm.com) [DO NOT DELETE]"
|
|
team_settings:
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: false
|
|
host_expiry_window: 0
|
|
secrets:
|
|
- secret: $DOGFOOD_EXPLORE_DATA_ENROLL_SECRET
|
|
agent_options:
|
|
config:
|
|
decorators:
|
|
load:
|
|
- SELECT uuid AS host_uuid FROM system_info;
|
|
- SELECT hostname AS hostname FROM system_info;
|
|
options:
|
|
disable_distributed: false
|
|
distributed_interval: 5
|
|
distributed_plugin: tls
|
|
distributed_tls_max_attempts: 3
|
|
logger_tls_endpoint: /api/v1/osquery/log
|
|
pack_delimiter: /
|
|
controls:
|
|
enable_disk_encryption: false
|
|
macos_settings:
|
|
custom_settings:
|
|
macos_setup:
|
|
bootstrap_package: null
|
|
enable_end_user_authentication: false
|
|
macos_setup_assistant: null
|
|
macos_updates:
|
|
deadline: null
|
|
minimum_version: null
|
|
windows_settings:
|
|
custom_settings: null
|
|
windows_updates:
|
|
deadline_days: null
|
|
grace_period_days: null
|
|
scripts:
|
|
policies:
|
|
queries:
|
|
- path: ../lib/explore-data.queries.yml
|