Files
agent-runtime-framework/harnesses/contexts/gitea-ssh-homelab/v1/harness.yaml
Paul O'Reilly 3d8627f17c fix(harnesses): scoped account_ref for ambiguous gitea-* providers
gitea-ssh has 3 accounts (ai_enablement, accelerators, homelab) and
gitea-https has 2 (primary, admin) — bare provider_type refs hit
MultipleAccountsError per SR-DISP-8. Switch to scoped name.space:platform
form. Mirrors the agent-runtimes commit; the dispatcher-side parser
also gains underscore support for account names like 'ai_enablement'.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 08:27:23 +12:00

25 lines
585 B
YAML

kind: context
name: gitea-ssh-homelab
version: 1
description: "Gitea SSH: clone/push via SSH key for gitea.oreillyit.nz (cluster-administrator / homelab org)"
requires: []
provides: [git-access]
git_identity:
name: "agent-runtimes"
email: "agent@oreillyit.nz"
ssh_hosts:
- alias: gitea.oreillyit.nz-homelab
hostname: gitea.oreillyit.nz
user: git
identity_secret: GITEA_SSH_KEY
scripts:
init: "./init.sh"
secrets_required:
- name: gitea-ssh-homelab
account_ref: "homelab.space:platform"
mount_path: /run/agent/secrets/gitea-ssh-homelab
mode: "0400"