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>
26 lines
617 B
YAML
26 lines
617 B
YAML
kind: context
|
|
name: gitea-ssh-accelerators
|
|
version: 1
|
|
description: "Gitea SSH: clone/push via SSH key for gitea.oreillyit.nz (accelerator_automation / accelerators org)"
|
|
requires: []
|
|
provides: [git-access]
|
|
|
|
git_identity:
|
|
name: "agent-runtimes"
|
|
email: "agent@oreillyit.nz"
|
|
|
|
ssh_hosts:
|
|
- alias: gitea.oreillyit.nz-accelerators
|
|
hostname: gitea.oreillyit.nz
|
|
user: git
|
|
identity_secret: GITEA_SSH_KEY
|
|
|
|
scripts:
|
|
init: "./init.sh"
|
|
|
|
secrets_required:
|
|
- name: gitea-ssh-accelerators
|
|
account_ref: "accelerators.space:platform"
|
|
mount_path: /run/agent/secrets/gitea-ssh-accelerators
|
|
mode: "0400"
|