This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2410
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2410 by this push:
new 2763213 [DATALAB-2410]: added sensitive values hiding
2763213 is described below
commit 2763213867c19bd786e3d325d80c8682ba707105
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 16:07:24 2021 +0300
[DATALAB-2410]: added sensitive values hiding
---
infrastructure-provisioning/terraform/bin/datalab.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/infrastructure-provisioning/terraform/bin/datalab.py
b/infrastructure-provisioning/terraform/bin/datalab.py
index 599b6d1..d87a0b5 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -107,6 +107,7 @@ def get_var_args_string(cli_args):
args = extract_args(cli_args)
args = ["-var '{0}={1}'".format(key, value) for key, value in args]
for key, value in args:
+ print(key + '=' + value)
if key in ["secret_access_key", "access_key_id", "ldap_host",
"ldap_user", "ldap_bind_creds", "mongo_password"]:
value = '*****'
args_hidden = []
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]