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 6412d862e [DATALAB-2946]: changed allowed_ip_cidrs arg default value
from specific IP to 0.0.0.0/0
6412d862e is described below
commit 6412d862eecf6f768fcdbfd48565e8fd66fd0cfd
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Aug 4 12:43:03 2022 +0300
[DATALAB-2946]: changed allowed_ip_cidrs arg default value from specific IP
to 0.0.0.0/0
---
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 7638b9355..98ce1156a 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -1015,7 +1015,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_str('--allowed_ip_cidrs', 'Allowed IP CIDRs for SGs',
group='endpoint', default='["44.235.146.59/32"]')
+ .add_str('--allowed_ip_cidrs', 'Allowed IP CIDRs for SGs',
group='endpoint', default='["0.0.0.0/0"]')
)
return params.build()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]