Skip to content

Add DKIM record for pydata.it domain#4564

Merged
patrick91 merged 1 commit intomainfrom
add-pydata-it-dkim-record
Feb 6, 2026
Merged

Add DKIM record for pydata.it domain#4564
patrick91 merged 1 commit intomainfrom
add-pydata-it-dkim-record

Conversation

@patrick91
Copy link
Member

Summary

  • Adds a Google DKIM (google._domainkey) TXT record for pydata.it to enable email authentication

Test plan

  • Verify terraform plan shows the new DNS record
  • After apply, confirm DKIM record resolves via dig TXT google._domainkey.pydata.it

@vercel
Copy link

vercel bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Building Building Preview Feb 6, 2026 11:45pm

@patrick91 patrick91 merged commit 62fe780 into main Feb 6, 2026
5 of 6 checks passed
@patrick91 patrick91 deleted the add-pydata-it-dkim-record branch February 6, 2026 23:45
@claude
Copy link
Contributor

claude bot commented Feb 6, 2026

This PR adds a Google DKIM TXT record for pydata.it to enable email authentication.

Issues Found

Inconsistent DNS record naming: The name field uses the fully qualified domain name google._domainkey.pydata.it, but the existing pycon.it DKIM record (infrastructure/global/domains/pycon_it/records.tf:267) uses just the subdomain google._domainkey.

For consistency with the existing pattern and to avoid potential DNS issues, the name should be:

name = "google._domainkey"

Route53 will automatically append the zone domain. Using the full FQDN may cause the record to be created as google._domainkey.pydata.it.pydata.it.

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