docs(distribution): name real fetcher owner psa-systems-private #71
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VA-65-fetcher-owner-doc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
The agent package distribution doc named the package owner as the
psa-systemsorg, but the signed agent package is actually published underpsa-systems-private(CI varPSA_SYSTEMS_PRIVATE_PACKAGE_OWNERresolves there; the live publish URL ishttps://dev.a8n.run/api/packages/psa-systems-private/generic/vervain-agent/stable/vervainagent-6). An operator settingVERVAIN_AGENT_FETCHER_OWNER=psa-systemsper the doc pointsvervain-server's fetcher at a namespace with novervain-agentpackage, so the boot fetch 404s, the binary catalog stays empty, and device-enrollment downloads 404 at/vervainagents/:id(surfaced in the apps enrollment proxy as "agent download failed: 404 Not Found").Change
Name the real owner
psa-systems-privatein both tables ofdocs/agent-package-distribution.md(Published layout, line 34; Server fetcher configuration, line 166). Repo-browse URLs (e.g.Documentation=https://dev.a8n.run/psa-systems/vervain-agent) and the cargo registry in.cargo/config.tomlcorrectly usepsa-systemsand are left unchanged.Closes #VA-65.