This is an automated email from the ASF dual-hosted git repository. mykolabodnar pushed a commit to branch DLAB-1379 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1379 by this push: new f2f8f5b [DLAB-1379] - SSN creation fixed f2f8f5b is described below commit f2f8f5b792b1893f74e6c4cc64bb445b771c6b98 Author: Mykola_Bodnar1 <bodnarmyk...@gmail.com> AuthorDate: Mon Dec 16 16:52:43 2019 +0200 [DLAB-1379] - SSN creation fixed --- infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py index 1c5a9eb..a776f2a 100644 --- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py +++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py @@ -555,7 +555,7 @@ class GCPActions: def set_role_to_service_account(self, service_account_name, role_name, role_type='custom'): service_account_email = "{}@{}.iam.gserviceaccount.com".format(service_account_name, self.project) resource = "projects/{}/serviceAccounts/{}".format(self.project, service_account_email) - request = GCPActions()self.service_iam.projects().serviceAccounts().getIamPolicy(resource=resource) + request = GCPActions().service_iam.projects().serviceAccounts().getIamPolicy(resource=resource) serviceAccounts_policy = request.execute() params = { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org