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

Skip creation of new hosted zone for ACM certificate requests #167

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

jarojasm95
Copy link
Member

@jarojasm95 jarojasm95 commented Apr 29, 2024

We no longer use dedicated hosted zones for namespace management - however the certificate command still creates a dedicated hosted zone.

This PR removes the dedicated hosted zone logic

Copy link

@drytdubs drytdubs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passes my high level check; but, I'm not an expert in the consequences of the external_dns changes.

@jarojasm95
Copy link
Member Author

Passes my high level check; but, I'm not an expert in the consequences of the external_dns changes.

The code being removed here creates a separate hosted zone when creating an acm cert, external dns does not work with separate hosted zones - so this code basically breaks external dns for new namespaces (specifically when ACM is involved)

@jarojasm95 jarojasm95 merged commit f68ab48 into main Apr 29, 2024
1 check passed
@jarojasm95 jarojasm95 deleted the skip-new-hosted-zone-for-acm branch April 29, 2024 23:34
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.

None yet

2 participants