You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/12/16 11:23:10 UTC

[incubator-datalab] branch DATALAB-2545 updated: [DATALAB-2545]: removed exception

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

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


The following commit(s) were added to refs/heads/DATALAB-2545 by this push:
     new 2a9c5a7  [DATALAB-2545]: removed exception
2a9c5a7 is described below

commit 2a9c5a73a75f5ace8aebced67ae212c75ba02dc0
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Dec 16 13:12:14 2021 +0200

    [DATALAB-2545]: removed exception
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
index 0efe092..8f094bb 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
@@ -268,7 +268,6 @@ if __name__ == "__main__":
                 format(ssn_conf['role_name'], ssn_conf['role_profile_name'], ssn_conf['policy_name'],
                        ssn_conf['policy_path'], ssn_conf['region'], ssn_conf['tag_name'],
                        ssn_conf['service_base_name'], ssn_conf['user_tag'])
-            raise Exception
             if 'aws_permissions_boundary_arn' in os.environ:
                 params = '{} --permissions_boundary_arn {}'.format(params, os.environ['aws_permissions_boundary_arn'])
             try:

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