fix: allow code.forgejo.org through the runner egress proxy #779
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure!779
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/egress-allow-code-forgejo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
forgejo-runner-validatepulls its hook fromcode.forgejo.org, which is absent from the Squid allowlist. Any job that routes pre-commit throughFORGEJO_EGRESS_PROXYfails the moment that hook environment is cold, because the proxy denies every unlisted host.Reproduction
Surfaced by coilyco-gaming/sirens-echo#103, whose CI pre-commit step dies after 3s. Inside the same
agentic-os:releasecontainer:--add-host code.forgejo.org:127.0.0.1- fails atInitializing environment for https://code.forgejo.org/forgejo/runnerwithFailed to connect to code.forgejo.org port 443, matching the CI signatureWhy it is not covered today
code.forgejo.orgis the upstream Forgejo project, not this instance, so the "keep internal Forgejo, registry, and cluster traffic direct" carve-out does not reach it. It belongs on the allowlist for the same reasongithub.comdoes: it serves a pinned pre-commit hook that every catalog repo now runs.This is the reproduce-first bar the doc sets for allowlist additions.
Scope
dstdomainentry addedcoilyco.io/config-revisionbumped so the Deployment rolls the new ConfigMapAdditive and revertible.
pre-commit run --all-filesis green.Verification after merge
Per the live-verification checklist, an operator should confirm both replicas are ready and that Squid logs show an allowed CONNECT to
code.forgejo.org. Re-running sirens-echo#103 CI is the end-to-end check.