fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
3.17k stars 434 forks source link

error query=fleet_detail_query_software_macos_codesign #24284

Open getvictor opened 18 hours ago

getvictor commented 18 hours ago

Fleet version: <!-- Copy this from the "My account" page in the Fleet UI, or run fleetctl --version --> 4.60.0 (actually the latest main as of 2024/12/02) Web browser and operating system:


💥  Actual behavior

When running osquery-perf hosts with:

go run agent.go --host_count 5 --mdm_scep_challenge <CHALLENGE> --mdm_prob 1 --orbit_prob 1 --os_templates macos_14.1.2 --mdm_check_in_interval 1m -enroll_secret <SECRET>

I consistently see server errors like:

level=error ts=2024-12-02T20:24:49.613917Z query=fleet_detail_query_software_macos_codesign message= hostID=512

🧑‍💻  Steps to reproduce

  1. Run osquery-perf with the above command.

🕯️ More info (optional)

N/A

getvictor commented 18 hours ago

Assigning to Lucas since he worked on this code.