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

⚠ Support multiple hosted zones within a single VPC #708

Open
lorenyu opened this issue Jul 25, 2024 · 0 comments
Open

⚠ Support multiple hosted zones within a single VPC #708

lorenyu opened this issue Jul 25, 2024 · 0 comments
Labels
scope: network Network layer / component type: feature New feature or new functionality to existing feature

Comments

@lorenyu
Copy link
Contributor

lorenyu commented Jul 25, 2024

Currently, the network configuration only contains one domain_config attribute which means there can be only one subdomain in the VPC. This is limiting for projects with a VPC that maps to multiple environments. For example, you might want a VPC for all lower environments, and you might want a separate subdomain for each lower environment. You could just have a single lowers.foo.com subdomain, then put everything under that, but it seems better to be able to hide the VPC from the URL.

This would necessarily be a breaking change since we're changing the network config object structure, so we want to make sure to include migration notes as part of the PR.

@lorenyu lorenyu added type: feature New feature or new functionality to existing feature scope: network Network layer / component labels Jul 25, 2024
@lorenyu lorenyu changed the title Support multiple hosted zones within a single VPC ⚠ Support multiple hosted zones within a single VPC Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: network Network layer / component type: feature New feature or new functionality to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant