-
Notifications
You must be signed in to change notification settings - Fork 591
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
Missing DINE policy for private DNS zone of file subresource #520
Comments
A very timely request @tpatrizio... we are making a number of updates to DNS, including policy updates and we are also including corresponding updates for DNS within the next release of this module which are already merged to |
Hi @krowlandson thanks for taking time to read my post. I took a look at the main branch but I sill cannot find the built-in DINE policy DINE-Private-DNS-Azure-File policy in the policy assignement file (policy_assignment_es_deploy_private_dns_zones.tmpl.json), even if the private DNS zone for the file subresource is correctly created and referenced in the local.tf file, along with the other storage acount subresources.
Am I sill missing something ? Thank for your help |
Thanks a lot for the clarification, I missed the point of the PR to be merged. Just a last question, should I take special care when upgrading from version 2.0.1 to the upcoming 2.4.x release of the module, or is it a smooth process? |
Should be reasonably smooth... if you check each of the release notes for the versions between, we highlight any code changes which are needed. For example, to support - As an additional FYI, the upcoming release is going to support |
This is now merged into |
Community Note
Versions
terraform: 1.1.9
azure provider: >=3.0.2
module: 2.0.1
Description
Describe the bug
The Deploy-Private-DNS-Zones policy set includes only the DINE-Private-DNS-Azure-File-Sync policy (ID: 06695360-db88-47f6-b976-7500d4297475) but it is missing the built-in DINE-Private-DNS-Azure-File policy (ID: 6df98d03-368a-4438-8730-a93c4d7693d6). IN addition, the parameter associated to the File-Sync polic is named azureFilePrivateDnsZoneId but it refers to the file share private domain (privatelink.afs.azure.net)
Creating a file share (file subresource) doesn't trigger the DINE policy to register the A record in the Private DNS Zone privatelink.file.core.windows.net
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: