cloud-native-toolkit / terraform-azure-subnets

Module to provision vpc-subnets on azure
Apache License 2.0
0 stars 0 forks source link

Not applying NSG rules correctly #21

Closed rich-ehrhardt closed 2 years ago

rich-ehrhardt commented 2 years ago

The NSG rules are not usable. The source port range of 0 - 65535 does not work. Needs to be * for any instead. Likewise, if the destination port is the same, the rule is not applied. This has been tested and defining a rule such as the following does not allow access to port 6443. Setting the source port to * and the destination port range to 6443 does work. image