fix(api): retire Kong key-auth on model routes; agent-pod builds agent-manager fork + ships coordinator.js

Kong key-auth rejected the Authorization: Bearer header every OpenAI-SDK-compatible client sends (verified: raw apikey header works, Bearer doesn't), so it's commented out and stripped from every llm-routes.yaml annotation until there's a Bearer-compatible fix. agent-pod now clones and builds the agent-manager fork from source at container start (no prebuilt binary shipped -- wrong arch and over ConfigMap's size cap) and ships coordinator.js alongside hub.js, so multiple repos can run the pipeline concurrently in one pod via kubectl exec. hub.js keeps its existing role as the container's foreground process, unchanged.
This commit is contained in:
Story Crater Bot
2026-08-18 17:50:52 -07:00
parent afb9b35292
commit e6ada95b39
5 changed files with 825 additions and 40 deletions
+1
View File
@@ -5,6 +5,7 @@ resources:
- deployment.yaml
- configmap.yaml
- hub-configmap.yaml
- coordinator-configmap.yaml
- pi-skills-configmap.yaml
- ssh-configmap.yaml
- hub-service.yaml