This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2946
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2946 by this push:
new 33968062d [DATALAB-2946]: changed default value for testing
33968062d is described below
commit 33968062df8d1b60dd70e64dafbecb091d44418e
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Aug 4 12:33:11 2022 +0300
[DATALAB-2946]: changed default value for testing
---
infrastructure-provisioning/terraform/bin/datalab.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/terraform/bin/datalab.py
b/infrastructure-provisioning/terraform/bin/datalab.py
index f5ec43a43..e0ef3dca2 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -1018,7 +1018,7 @@ class AWSEndpointBuilder(AbstractDeployBuilder):
default='false')
.add_str('--billing_aws_account_id', 'The ID of ASW linked account',
group='endpoint', default='')
.add_str('--billing_tag', 'Billing tag', group='endpoint',
default='datalab')
- .add_list('--allowed_ip_cidrs', 'Allowed IP CIDRs for SGs',
group='endpoint', default=['0.0.0.0/0'])
+ .add_list('--allowed_ip_cidrs', 'Allowed IP CIDRs for SGs',
group='endpoint', default=['44.235.146.59/32'])
)
return params.build()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]