Keys + Restormel Testing onboarding
Canonical repo copy: docs/keys-testing-onboarding.md — same operational steps; update that file first, then keep this page aligned.
Goal: Run
judge_rubric and Keys-backed resolve from the Testing CLI without hand-rolling env from scattered docs. Use Connections for encrypted hosted provider keys (when the deployment is configured), Gateway keys for RESTORMEL_KEYS_API_TOKEN, and the Restormel Testing dashboard page for RESTORMEL_PROJECT_ID and environment IDs.Steps (summary)
- Sign in to the dashboard.
- Connections (
/keys/dashboard/integrations): add a provider — paste a hosted API key once (encrypted at rest) or a vault reference only. Never shown in full after save. - Gateway keys (
/keys/dashboard/access): create anrk_…key for the Restormel Testing project (or a project you bind to). - Restormel Testing (
/keys/dashboard/testing): copy project ID, environment IDs, and the env snippet pattern. - Run
pnpm exec testing doctorlocally; it checks Keys URL/token and reminds you ifRESTORMEL_PROJECT_IDis missing when the Keys base URL is set.
Related
- Environment vocabulary — canonical
RESTORMEL_*names. - Testing docs — Restormel Keys (runner env and
resolve-model).