API driven DNS automation for resources #2362
Zaryu
started this conversation in
Feature Requests
Replies: 1 comment
-
|
+1 very useful feature that saves time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I think a nice feature to be implemented would be, if, when you create a new pangolin resource that pangolin were able, to automatically check and create a new DNS record in your DNS zone via API (e.g. cloudflare etc).
So you don't have to create a DNS record separately when you deploy a new resource.
Motivation
I'm deploying a few things for a group project with 20+ custom domains and have to create them all separately via cloudflare dashboard. These domains won't be needed anymore after a year though.
Proposed Solution
A possible solution is, that you can set your DNS vendors API key (preferably target zone only) in the domains section.
Then, when you create a resource, that there's an option you can choose, that pangolin will manage this specific record (create upon resource creation and possibly to to delete it upon resource deletion).
Alternatives Considered
Manually add it.
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions