FR: Automatic DNS provisioning (upon resource creation) #1649

Closed
opened 2026-04-05 19:38:19 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @achtnullzwei on 4/1/2025

Create the ability to automatically provision relevant DNS entries upon creating a resource. Similar to the behavior in CF. Something like this:

  • Object to configure domain, provider & credentials for the domain provider API
  • Upon creating a service, check the domain, if its available in the object
  • if yes, provision the relevant dns entry to the domain via domain provider API
  • upon removal of the resource, remove the dns entry

Of course, this depends on whether the domain provider has a proper API etc. I assume for the more commonly used ones, there are existing libraries that could be leveraged.

Would be a rly nice feature. :)

*Originally created by @achtnullzwei on 4/1/2025* Create the ability to automatically provision relevant DNS entries upon creating a resource. Similar to the behavior in CF. Something like this: - Object to configure domain, provider & credentials for the domain provider API - Upon creating a service, check the domain, if its available in the object - if yes, provision the relevant dns entry to the domain via domain provider API - upon removal of the resource, remove the dns entry Of course, this depends on whether the domain provider has a proper API etc. I assume for the more commonly used ones, there are existing libraries that could be leveraged. Would be a rly nice feature. :)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1649