You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally people will need to update DNS records. Currently this requires a BlueDot core team staff member to do this manually (as they need the 1Password credentials for Porkbun). This is time consuming, error prone and we don't get a good audit trail.
At Raise we set up our domain configuration as code, so that open-source contributors or contractors can edit it directly (with an approving PR review). This also gives us peer/AI-review and an audit trail.
This discussion was converted from issue #1010 on August 26, 2025 01:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🧩 Summary
Occasionally people will need to update DNS records. Currently this requires a BlueDot core team staff member to do this manually (as they need the 1Password credentials for Porkbun). This is time consuming, error prone and we don't get a good audit trail.
At Raise we set up our domain configuration as code, so that open-source contributors or contractors can edit it directly (with an approving PR review). This also gives us peer/AI-review and an audit trail.
Example: https://github.com/raisenational/domains
Maybe we could do this at BlueDot? Probably with Pulumi rather than Terraform, given we use it elsewhere already.
We can use one of the Porkbun terraform providers + the terraform provider support in Pulumi:
✅ Definition of done
DNS management is done through code in the repo, that open-source contributors can contribute to.
📌 Notes / Designs
No response
How urgent is this?
🧊 Non-urgent / backlog
Beta Was this translation helpful? Give feedback.
All reactions