mesosphere-backup / terraform-dcos

DC/OS Terraform Installation and Upgrading Scripts
Apache License 2.0
62 stars 64 forks source link

Azure: Security rule blocking access to main webpage #60

Open mikehwang opened 6 years ago

mikehwang commented 6 years ago

The current implementation of the resource "azurerm_network_security_rule" "master-httpRule" and the resource "azurerm_network_security_rule" "master-httpsRule" is blocking access to the main webpage. Setting the source ports to star and not explicitly port 80 and 443 fixed my issue.

I see that this commit introduced my problem. Can I get a better understanding for this change? Can I revert this?

mikehwang commented 6 years ago

I've went ahead and PR'd reverting the commit I pointed out. I also discovered the same sort of rule exists in the main.tf. Not sure if this should be reverted/fixed as well.