Block a user
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
Resolved
Root cause
routing-secrets did not contain GITEA_MCP_TOKEN. The mcpclient.New(url, token) constructor accepts an empty token without complaint, and at request time it only…
fix: routing pod cannot authenticate against gitea-mcp (401 on project_create)
fix: set GITHUB_PAT in routing pod k8s secret to enable GitHub repo creation in project_create
test: project_create e2e findings + improvements needed for claude.ai project initiation
Validation complete — 2026-05-18
All four artifacts verified after manual fix:
✅ Gitea repo: gitea.d-ma.be/mathias/test-throwaway-001
✅ GitHub repo: `github.com/mathiasb/test-throwaway-00…
test: project_create e2e findings + improvements needed for claude.ai project initiation
test: project_create e2e findings + improvements needed for claude.ai project initiation
Resolved across this session:
- F1 —
GITHUB_PATadded to SOPS-encryptedrouting-secrets, routing pod restarted, log confirmsgithub_pat_set=true. - F2 —
template-go-agent…
test: project_create e2e findings + improvements needed for claude.ai project initiation
feat: project-webhook — HTTP endpoint to trigger new-project from claude.ai