PROVIDER_CREDENTIALS
(miles/rollout/agentic/credentials.py) — no connector code branches on it.
The in-process Harbor path passes HARBOR_ENV_TYPE straight to Harbor; the
golden test runs one case per registry entry, and the rollout e2e takes its
provider from HARBOR_ENV_TYPE. Setting a provider up as a user is
Sandbox Providers.
Adding one
- The registry entry. What credential a worker needs, the path-valued
variable the launcher forwards in place of the secret, the address variables
that are safe to forward by value, and the SDK. Field semantics are
documented on
PROVIDER_CREDENTIALSitself. - A golden episode on the real platform:
python scripts/sandbox_smoke/run.py --connector harbor --backend <name>. This is the only step that proves the platform round trip — image resolution, sandbox create, exec, verifier, teardown — and nothing below it is claimable without one. - A GPU rollout:
HARBOR_ENV_TYPE=<name>withtests/e2e/agentic/test_harbor_rollout.py. This is the bar for the provider table. - A cell in that table, plus a setup section on the same page if the provider needs anything beyond a credential.
The two tests
The golden test drives
scripts/sandbox_smoke/run.py, which stays the entry
point for the combinations CI does not fix — another agent harness, another
task, another connector. Its README covers those axes.
