This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DLAB-1911
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1911 by this push:
new c6f1ddc [DLAB-1911]: changed azure ssn sg rules
c6f1ddc is described below
commit c6f1ddc68dd081726953d0116fe472345b58e485
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Sep 29 16:34:49 2020 +0300
[DLAB-1911]: changed azure ssn sg rules
---
infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
index e3839fd..bf22c13 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
@@ -199,7 +199,6 @@ if __name__ == "__main__":
"source_port_range": "*",
"destination_port_range": "80",
"source_address_prefixes": ssn_conf['allowed_ip_cidr'],
- "source_address_prefix": "*",
"destination_address_prefix": "*",
"access": "Allow",
"priority": 100,
@@ -210,7 +209,6 @@ if __name__ == "__main__":
"protocol": "Tcp",
"source_port_range": "*",
"destination_port_range": "443",
- "source_address_prefixes": ssn_conf['allowed_ip_cidr'],
"source_address_prefix": "*",
"destination_address_prefix": "*",
"access": "Allow",
@@ -222,7 +220,6 @@ if __name__ == "__main__":
"protocol": "Tcp",
"source_port_range": "*",
"destination_port_range": "22",
- "source_address_prefixes": ssn_conf['allowed_ip_cidr'],
"source_address_prefix": "*",
"destination_address_prefix": "*",
"access": "Allow",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]