fix(deploy): sync hub signing secret before capture #251
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gmackie/ForgeGraph!251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/deploy-sync-hub-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?
What changed
Root cause
Deploy run 1279 upgraded the hub, reconnected both production nodes, deployed a healthy Worker, then failed because the Worker had a stale hub signing secret and
/api/fg/hub-tokenreturned 502. The active hub secret is now stored in ForgeGraph's encrypted production secret store and the matching Forgejo Actions secret.Verification