允许 Gitea 投递动态 Runner 集群内 webhook #72

Merged
panxiao81 merged 1 commits from fix/gitea-webhook-allowlist into main 2026-09-16 15:37:35 +00:00
Showing only changes of commit 926a90508a - Show all commits
+5
View File
@@ -48,6 +48,11 @@ gitea:
# github.com is reachable from this network (verified 2026-07-28) even when
# pypi.org/Fastly is not — see the flaky-WAN notes in the lint workflow.
DEFAULT_ACTIONS_URL: github
webhook:
# Keep the default public-internet access for existing hooks while allowing
# only the dynamic Runner controller's exact in-cluster DNS name. Do not
# broaden this to the built-in `private` network group.
ALLOWED_HOST_LIST: external,dynamic-runner-controller.dynamic-runner.svc.cluster.local
mailer:
# Outbound mail via the in-cluster Postfix+OAuth relay (see ../smtp-relay/).
# Plain SMTP on :25 — the relay does STARTTLS + OAuth to M365. From must be the