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

ASVM uses wrong platform firewall as DNS Server #346

Open
arne21a opened this issue Apr 1, 2022 · 0 comments
Open

ASVM uses wrong platform firewall as DNS Server #346

arne21a opened this issue Apr 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@arne21a
Copy link

arne21a commented Apr 1, 2022

Describe the bug
i am currently working with caf asvm introduced by landingzones march release.
So im using the march platform templates in combination with march orion asvm tempalte.

The asvm template contains this block

      virtual_networks:
        vnet:
          name: {{landingzone_definition}}-{{env}}
          resource_group_key: networking
          region_key: region1
          dns_servers_keys:
            fw_secure_{{platform_mappings[env]}}:
              resource_type: azurerm_firewall
              lz_key: connectivity_secure_firewalls_{{platform_mappings[env]}}
              key: fw_secure_{{platform_mappings[env]}}
          address_space:
            - 10.101.8.0/23

this snippet is connecting the wrong firewall to the DNS config of the VNet.

Expected behavior

March platform release deploys two firewalls:
Hub attached firewall connectivity_secure_firewalls_env
VNet attached firewall as a central DNS instance connectivity_private_dns_firewalls_env

I would expect the connectivity_private_dns_firewalls_env to be the DNS Server for the vnet

Configuration (please complete the following information):

  • OS and version: MacOS 11.6
  • Version of the rover: aztfmod/rover-preview:1.1.3-2201.190325
  • Version of the landing zone: 2203.1
@arne21a arne21a added the bug Something isn't working label Apr 1, 2022
@arne21a arne21a mentioned this issue Apr 4, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant