Promote dev to main: dev + Centralis vaults #78
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#78
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
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?
Promotes the dev and Centralis vaults to beta, and syncs
infra/to both hosts. Detail in #77.What actually changes on the hosts when this merges.
infra-sync.ymldoesgit reset --hardand re-renders/etc/thermograph.envon prod and beta. Neither host's render changes:dev.yamlis only read by a box whosesecrets-envsaysdev, andcentralis.prod.yamlis read by a different function thatinfra-syncdoes not call.Expected after sync — unchanged from baseline: prod 32 keys, beta 24, prod's
/etc/centralis.envstill 9. A different count means revert, not debug forward.Centralis is deliberately not cut over by this merge. The vault lands in prod's checkout;
/etc/centralis.envkeeps its hand-written contents untilrender_centralis_secretsis run explicitly and Centralis is redeployed. That is a separate, reversible step with a byte-identical backup already in place, and it is sequenced after this so a bad render can't take the control plane down alongside an infra sync.Dev gets nothing from this merge either — dev pulls its own checkout and runs
deploy-dev.sh. The crash-loopingthermograph-dev-daemon-1is fixed the next time dev deploys, not by this.The one behavioural change that reaches beta is the
THERMOGRAPH_SECRETS_SKIP_COMMONguard, which beta never sets — verified byte-identical render either way.