You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/07/26 10:46:07 UTC

[incubator-dlab] 02/02: [DLAB-947] Bugfix(opened 22 port in outbound SGs)

This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch v2.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 8b72aae597d25f5d99cfa5c4bf52d16588d41ae8
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Thu Jul 25 17:01:11 2019 +0300

    [DLAB-947] Bugfix(opened 22 port in outbound SGs)
---
 infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py
index 0177ec3..c70aedd 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/edge_prepare.py
@@ -180,7 +180,7 @@ if __name__ == "__main__":
                 "source_port_range": "*",
                 "destination_port_range": "22",
                 "source_address_prefix": "*",
-                "destination_address_prefix": edge_conf['private_subnet_cidr'],
+                "destination_address_prefix": "*",
                 "access": "Allow",
                 "priority": 100,
                 "direction": "Outbound"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org