Fix Windows agent path and add telemetry host to agent docs#527
Merged
Conversation
The Windows installer places the agent at C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe, per the WiX INSTALLFOLDER name. The troubleshooting and install docs referenced the stale SmallstepApp directory. Fixes EFF-380 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The agent sends telemetry to tel.smallstep.com:443 (see the agent's telemetry target and doctor check), but it was missing from the Connectivity Requirements host list. Fixes EFF-381 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The agent's telemetry host was missing from the per-MDM connectivity allowlists (Jamf, Intune, Mosyle, Fleet, IRU), same gap as the main Connectivity Requirements section. Fixes EFF-381 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dopey
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small agent-docs fixes.
EFF-380 — Fix Windows agent path in docs
The Windows installer places the agent at
C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe(the WiXINSTALLFOLDERis namedSmallstepAgent). The troubleshooting and install docs referenced the staleSmallstepAppdirectory. Updated all 5 occurrences acrossplatform/troubleshooting-agent.mdxandplatform/smallstep-agent.mdx.EFF-381 — Add tel.smallstep.com to Connectivity Requirements
The agent sends telemetry to
tel.smallstep.com:443(agent telemetry target +doctorcheck), but it was missing from the Connectivity Requirements host list inplatform/smallstep-agent.mdx.Fixes EFF-380
Fixes EFF-381
🤖 Generated with Claude Code