Add brokerfold.com.website template#1387
Draft
searchpod wants to merge 1 commit into
Draft
Conversation
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
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.
Description
New template for BrokerFold (brokerfold.com), a real-estate website platform. The template connects a customer's domain to their BrokerFold site:
CNAME www → domains.brokerfold.com(routing; Cloudflare-for-SaaS edge)TXT _cf-custom-hostname.www = %ownershiptxt%(Cloudflare custom-hostname ownership pre-validation;txtConflictMatchingMode: Allso stale tokens from an earlier connection are replaced)apexverify:TXT _cf-custom-hostname = %apexownershiptxt%— apex ownership variant used only by support-assisted migrations; the self-serve flow appliesgroupId=connectonlyNo ACME/certificate TXTs on purpose: the flow this template serves validates certificates over HTTP once the CNAME lands, and ACME tokens rotate on retries so they don't belong in a one-shot template. Apex redirection is likewise left to the registrar's forwarding feature (not REDIR301) and is presented to the user as a separate manual step.
All apply requests are signed (
syncPubKeyDomain: brokerfold.com; key published at_dcpubkeyv1.brokerfold.com, RS256).Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver (https://www.brokerfold.com/brokerfold-logo.svg→ 200,image/svg+xml)Checklist of common problems
syncPubKeyDomainis set (brokerfold.com; key live at_dcpubkeyv1.brokerfold.com)warnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set (brokerfold.com) — the synchronous flow usesredirect_uritxtConflictMatchingModeis set on every TXT record (All— the_cf-custom-hostnamelabels are dedicated to this single token and stale values must be replaced)%ownershiptxt%/%apexownershiptxt%are Cloudflare-for-SaaSownership_verificationtokens; the DNS provider of record (Cloudflare) requires the TXT content to equal the issued token exactly, so a fixed prefix is not possible. The hosts are fixed labels (_cf-custom-hostname.www,_cf-custom-hostname), which limits misuse, and apply requests are signed.hostlabel (hosts are fixed:www,_cf-custom-hostname.www,_cf-custom-hostname)hostfield to create a subdomain%host%does not appear explicitly in anyhostattributeessentialis not needed — every record in theconnectgroup is required for the service to function; theapexverifygroup is opt-in viagroupIdOnline Editor test results
Editor test link(s): to be attached before marking ready for review (this PR is a draft until then).
Validated locally against
template.schema(jsonschema, no errors).