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

[GOV] Private dns zone names sourced dynamically #3305

Closed
2 tasks
LizaShak opened this issue Mar 4, 2023 · 0 comments
Closed
2 tasks

[GOV] Private dns zone names sourced dynamically #3305

LizaShak opened this issue Mar 4, 2023 · 0 comments
Assignees
Labels
story Stories are the smallest unit of work to be done for a project.

Comments

@LizaShak
Copy link
Contributor

LizaShak commented Mar 4, 2023

Description

When defining DNS to be used by Private Endpoints, one needs to use specific Private DNS Zone names for the networking to work correctly. For example: to access blobs over private network with a private endpoint a private dns zone named privatelink.blob.core.windows.net is needed.
The names used by those special DNS zones are different in other cloud environments. For example, in the US Goverment cloud one should use privatelink.blob.core.usgovcloudapi.net.

It doesn’t look like AzureRM provider has a capability to help making this “translation” depending on the environment configured for it.

We have an open discussion for it: https://discuss.hashicorp.com/t/private-endpoint-dns-in-different-cloud-environments/50888

So As a Azure TRE Developer
I want to create a mapping for the private dns zone names for the different clouds
So that they are sourced dynamically based on the target cloud type.

Technical Notes:
We have considered two options, but feel free to suggest your own:

  1. Create a terraform module and use it across the system
  2. Create a local mapping and duplicate it in each terraform

Acceptance criteria

  • Design for the mapping and its use
  • private dns zone names are taken from the mapping
@LizaShak LizaShak added the story Stories are the smallest unit of work to be done for a project. label Mar 4, 2023
@LizaShak LizaShak changed the title Private dns zone names sourced dynamically [GOV] Private dns zone names sourced dynamically Mar 5, 2023
@LizaShak LizaShak self-assigned this Mar 8, 2023
@LizaShak LizaShak closed this as completed Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Stories are the smallest unit of work to be done for a project.
Projects
Archived in project
Development

No branches or pull requests

1 participant