Skip to content

Commit

Permalink
Use edge channels in "Compliance exclusions" team (#21335)
Browse files Browse the repository at this point in the history
The more hosts dogfood the `edge` channels the better.
  • Loading branch information
lucasmrod committed Aug 15, 2024
1 parent e21b264 commit 5554d05
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion it-and-security/teams/compliance-exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5554d05

Please sign in to comment.