Add DoDomain templates (dodomain.io): custom-subdomain-cname and domain-verification#1376
Open
BSalaeddin wants to merge 1 commit into
Open
Add DoDomain templates (dodomain.io): custom-subdomain-cname and domain-verification#1376BSalaeddin wants to merge 1 commit into
BSalaeddin wants to merge 1 commit into
Conversation
…n (signed, syncPubKeyDomain _dckeys.dodomain.io)
|
✅ JSON Filename Check Passed |
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
|
✅ JSON Schema Validation Passed |
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.
Hello Domain Connect maintainers,
This PR adds two constrained templates for DoDomain (dodomain.io), a domain-connect-as-a-service API/SDK that SaaS products embed so their end users can attach custom domains.
Templates
dodomain.io.custom-subdomain-cname.json— one CNAME at the requested host; the only variable is the CNAME target (%target%).hostRequired: true.dodomain.io.domain-verification.json— one ownership TXT at the fixed host_dodomain-challenge, value always prefixeddodomain-verify=withtxtConflictMatchingMode: Prefix; the only variable is the token.Signing
Both templates set
syncPubKeyDomain: _dckeys.dodomain.io; all synchronous applies are signed (RSA-SHA256,siglast,keypresent). The public key TXT is already published and resolving at_dck1._dckeys.dodomain.io.Both set
syncBlock: falseandsyncRedirectDomain: app.dodomain.io. Happy to adjust anything to fit review feedback.Thank you!