fix: persistent WOODPECKER_AGENT_SECRET + probe URL fixes (Phase 14a) #68
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform!68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "66-hotfix-woodpecker-agent-secret"
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?
Summary
Incident hotfix:
incident-2026-03-14-woodpecker-webhook-signaturesRoot cause:
WOODPECKER_AGENT_SECRETwas not set — Woodpecker generated a random JWT signing key at every pod restart, silently invalidating all webhook tokens, API tokens, and agent auth. Merge=deploy broken across all 28 repos.Changes
terraform/main.tf— AddWOODPECKER_AGENT_SECRETenv var to server + agent viaset_sensitive. Fix 4 Blackbox Exporter probe URLs: Forgejo port 3000→80, Keycloak 8080→9000, pal-e-docs/api/health→/healthz, basketball-api/api/health→/terraform/variables.tf— Addwoodpecker_agent_secretvariable (sensitive)terraform/.terraform.lock.hcl— Provider hash updates fromtofu initTest Plan
tofu validatepassestofu applyalready run — Woodpecker restarted with persistent keyReview Checklist
Related
incident-2026-03-14-woodpecker-webhook-signatures— the incident this fixesphase-pal-e-platform-14a-webhook-fix— the phase