Skip to content

Commit

Permalink
Remove the Allow SSH and RDP Rules from NSG
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiezhang committed Jan 6, 2018
1 parent f3389a6 commit d8856c8
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions parts/kubernetesmasterresources.t
Original file line number Diff line number Diff line change
Expand Up @@ -92,36 +92,6 @@
"name": "[variables('nsgName')]",
"properties": {
"securityRules": [
{{if .HasWindows}}
{
"name": "allow_rdp",
"properties": {
"access": "Allow",
"description": "Allow RDP traffic to master",
"destinationAddressPrefix": "*",
"destinationPortRange": "3389-3389",
"direction": "Inbound",
"priority": 102,
"protocol": "Tcp",
"sourceAddressPrefix": "*",
"sourcePortRange": "*"
}
},
{{end}}
{
"name": "allow_ssh",
"properties": {
"access": "Allow",
"description": "Allow SSH traffic to master",
"destinationAddressPrefix": "*",
"destinationPortRange": "22-22",
"direction": "Inbound",
"priority": 101,
"protocol": "Tcp",
"sourceAddressPrefix": "*",
"sourcePortRange": "*"
}
},
{
"name": "allow_kube_tls",
"properties": {
Expand Down

0 comments on commit d8856c8

Please sign in to comment.