Skip to content

Add groupId to optional DKIM records in godaddy.com.aab.json#1447

Open
rkorin-godaddy wants to merge 1 commit into
Domain-Connect:masterfrom
rkorin-godaddy:godaddy-aab-optional-record-groups
Open

Add groupId to optional DKIM records in godaddy.com.aab.json#1447
rkorin-godaddy wants to merge 1 commit into
Domain-Connect:masterfrom
rkorin-godaddy:godaddy-aab-optional-record-groups

Conversation

@rkorin-godaddy

Copy link
Copy Markdown
Contributor

Description

Add groupId: dkim to the two DKIM CNAME records in the GoDaddy Airo App Builder template so callers can skip them when dkimSuffix is not available:

  • secureserver1._domainkey CNAME → groupId: dkim
  • secureserver2._domainkey CNAME → groupId: dkim

All other records (A, www CNAME, _acme-challenge CNAME, SPFM, DMARC TXT) remain required.

Type of change

  • New template
  • Bug fix (non-breaking change which fixes an issue in the template)
  • New feature (non-breaking change which adds functionality to the template)
  • Breaking change (fix or feature that would cause existing template behavior to be not backward compatible)

How Has This Been Tested?

  • Template functionality checked using Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver

Checklist of common problems

  • syncPubKeyDomain is set — this is mandatory
  • warnPhishing is not set alongside syncPubKeyDomain
  • syncRedirectDomain is set whenever the template uses redirect_uri in the synchronous flow
  • no TXT record contains SPF content — SPFM record type used
  • txtConflictMatchingMode is set on the DMARC TXT record
  • no variable is used as a bare full record value
  • no bare variable is used as the full host label
  • no variable is used in the host field to create a subdomain
  • %host% does not appear explicitly in any host attribute
  • essential is set to OnApply on the DMARC record

Online Editor test results

Editor test link(s):

Mark the _acme-challenge CNAME (groupId: ssl) and both _domainkey CNAMEs
(groupId: dkim) as optional groups so callers can skip them when dcv or
dkimSuffix variables are not available.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant