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

lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new e1e03f332 Disable check-in keys for AWS
     new f78cbc474 Merge pull request #1809 from OleksandrRepnikov/DATALAB-3109
e1e03f332 is described below

commit e1e03f332072e0d96c5980b944e1168037630ebf
Author: Oleksandr <[email protected]>
AuthorDate: Wed Feb 8 12:05:52 2023 +0200

    Disable check-in keys for AWS
---
 infrastructure-provisioning/scripts/deploy_datalab.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py 
b/infrastructure-provisioning/scripts/deploy_datalab.py
index 5a98b67e3..a791955d1 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -350,8 +350,8 @@ if __name__ == "__main__":
     parser = build_parser()
     args = parser.parse_args()
 
-    if args.conf_cloud_provider == 'aws' and not (args.aws_secret_access_key 
and args.aws_access_key):
-        sys.exit('Please provide both arguments: --aws_secret_access_key and 
--aws_access_key')
+#    if args.conf_cloud_provider == 'aws' and not (args.aws_secret_access_key 
and args.aws_access_key):
+#        sys.exit('Please provide both arguments: --aws_secret_access_key and 
--aws_access_key')
 
     if not args.workspace_path:
         print("Workspace path isn't set, using current directory: 
{}".format(os.environ['PWD']))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to