docs(fetcher): name real agent package owner psa-systems-private #69
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VS-47-fetcher-owner-examples"
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 binary package is published under the
psa-systems-privateowner (the live c-01 deployment and the registry URLhttps://dev.a8n.run/api/packages/psa-systems-private/generic/vervain-agent/stable/vervainagent-6both use it). Several operator-facing fetcher examples in this repo named the ownerpsa-systems, so anyone copying them setsVERVAIN_AGENT_FETCHER_OWNERto a namespace with novervain-agentpackage: the boot fetch 404s, the binary catalog stays empty, and/vervainagents/:idreturns 404 (surfaced in the apps enrollment proxy as "agent download failed: 404 Not Found").Change
Name the real owner
psa-systems-privatein the four operator-facing examples:.env.example,README.md,compose.yml, and theconfig.jsondoc-comment incrates/vervain-agent-fetch/src/config.rs.Left unchanged on purpose: the
#[cfg(test)]parse fixture inconfig.rsand the unit-test owners incrates/vervain-agent-fetch/src/source.rsandcrates/vervain/src/agent_fetcher_seed.rs(placeholder hosts, assert parsing not deployment), and the containerimage:owner refs (README.md,compose.yml), which are a separate image-pull concern.Closes #VS-47.