Repair cfctl Email Routing control-plane workflow#20
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cfctl can email.routing_ruleparsing, token-lane selection, and zone-resolution diagnostics so Email Routing probes report actionable state instead of falling through to bad requests or credential noiseTest plan
git diff --checkbash -n commands/cfctl.sh scripts/lib/cfctl.sh scripts/cf_mutate_email_routing_rule.sh scripts/normalize_secondary_shared_aliases.sh scripts/verify_static_contract.sh scripts/verify_public_contract.shjq empty state/access.app/beta-adapteros.json state/access.app/ops-adapteros.json catalog/surfaces.json catalog/runtime.jsonshellcheck scripts/cf_mutate_email_routing_rule.sh scripts/normalize_secondary_shared_aliases.sh scripts/verify_public_contract.sh./scripts/verify_static_contract.sh./cfctl doctor --repair-hintsreports healthy dev/global lanes, no secret leaks, andexpired_preview_count: 0CF_TOKEN_LANE=global ./cfctl can email.routing_rule --zone windowdrop.proCF_TOKEN_LANE=global ./cfctl can email.routing_rule upsert --zone windowdrop.pro --name test@windowdrop.pro --service star-maildesk-cf-router --all-lanesCF_TOKEN_LANE=global ./cfctl list email.routing_rule --zone windowdrop.proCFCTL_PUBLIC_CONTRACT_ZONE=windowdrop.pro ./scripts/verify_public_contract.shfails early with a lane/zone visibility error on the default dev laneCF_TOKEN_LANE=global CFCTL_PUBLIC_CONTRACT_ZONE=windowdrop.pro ./scripts/verify_public_contract.shNotes
/Users/star/dev/cloudflarehas been reconciled back to cleanmain. The prior dirty state was captured locally under/Users/star/dev/cloudflare/var/reconciliation/20260613T173830Z-ops-hide-strategy-files/before cleanup./Users/star/dev/cloudflare/var/reconciliation/20260613T194006Z-runtime-artifact-redaction-cleanup/.static contractpassing; the live Cloudflare contract is skipped on pull requests by the workflow gate.