mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
in #10134 we added a silent mechanism to try to read configuration values from macOS configuration profiles if --fleet-url and --enroll-secret weren't present. while using this logic to test #9459 I have found that there's a race condition where sometimes `fleetd` is installed before the configuration profile with the values delivered by Fleet, causing orbit to get stuck forever. I added logic to loop every 30 seconds and try to fetch the values again if none are found, but I didn't felt comfortable adding this logic without also adding an extra flag to explicitly enable this behavior. |
||
|---|---|---|
| .. | ||
| wix | ||
| certs.pem | ||
| deb.go | ||
| linux_shared.go | ||
| macos.go | ||
| macos_notarize.go | ||
| macos_rcodesign.go | ||
| macos_templates.go | ||
| mk-ca-bundle.pl | ||
| packaging.go | ||
| rpm.go | ||
| windows.go | ||
| windows_templates.go | ||