mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
#17309 I added some missing env var replacement tests for policies, queries, etc. - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Added/updated tests - [X] Manual QA for all new/changed functionality
14 lines
417 B
YAML
14 lines
417 B
YAML
secrets:
|
|
- secret: "SampleSecret123"
|
|
- secret: "ABC"
|
|
webhook_settings:
|
|
failing_policies_webhook:
|
|
enable_failing_policies_webhook: $ENABLE_FAILING_POLICIES_WEBHOOK
|
|
destination_url: https://example.tines.com/webhook
|
|
policy_ids: [1, 2, 3, 4, 5, 6 ,7, 8, 9]
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: true
|
|
host_expiry_window: 30
|