Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not support split DNS zones #6

Closed
julijane opened this issue Aug 3, 2021 · 1 comment
Closed

Does not support split DNS zones #6

julijane opened this issue Aug 3, 2021 · 1 comment

Comments

@julijane
Copy link

julijane commented Aug 3, 2021

It is possible in AWS to have split DNS zones, i.e. a different zone presented to the outside world than internally. The internal zones have a flag "PrivateZone" set to true. In my opinion it makes sense to automatically pick the zone which has PrivateZone set to false when multiple zones are available for the given domain name as of course the record needs to be done in the public DNS zone.

It would be awesome if this could be added.

@seansaleh
Copy link

+1 to this.
I have a slightly different scenario, I have two zones, one private which covers example.org and one public which covers subdomain.example.org. I'm trying to issue a cert based on the subdomain.example.org, but can't due to this implementation only picking the very first zone it chooses.

Expanding this tool by either ignoring PrivateZone's or by choosing the more precise public zone, or even by allowing the zone to be parametrized would be great!

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

No branches or pull requests

3 participants