From 5554d053053fb995a6e96ec259fbc4ec9538dd47 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 15 Aug 2024 10:12:04 -0300 Subject: [PATCH] Use `edge` channels in "Compliance exclusions" team (#21335) The more hosts dogfood the `edge` channels the better. --- .../teams/compliance-exclusions.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/it-and-security/teams/compliance-exclusions.yml b/it-and-security/teams/compliance-exclusions.yml index b6d81cafa8..fde00d1aea 100644 --- a/it-and-security/teams/compliance-exclusions.yml +++ b/it-and-security/teams/compliance-exclusions.yml @@ -9,7 +9,24 @@ team_settings: secrets: - secret: $DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET agent_options: - path: ../lib/agent-options.yml + config: + decorators: + load: + - SELECT uuid AS host_uuid FROM system_info; + - SELECT hostname AS hostname FROM system_info; + options: + disable_distributed: false + distributed_interval: 10 + distributed_plugin: tls + distributed_tls_max_attempts: 3 + logger_tls_endpoint: /api/osquery/log + logger_tls_period: 10 + pack_delimiter: / + update_channels: + # We want to use these hosts to smoke test edge releases. + osqueryd: edge + orbit: edge + desktop: edge controls: policies: queries: