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 4e14a96  [DLAB-1379] - SSN creation fixed
4e14a96 is described below

commit 4e14a9604511cafd93dfdd84a26b65332265a499
Author: Mykola_Bodnar1 <bodnarmyk...@gmail.com>
AuthorDate: Mon Dec 16 15:52:44 2019 +0200

    [DLAB-1379] - SSN creation fixed
---
 infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 3 ++-
 1 file changed, 2 insertions(+), 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 3759abf..4f153bd 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -578,7 +578,8 @@ class GCPActions:
                 ]
             }
         }
-        request = 
self.service_resource.projects().serviceAccounts().setIamPolicy(resource=resource,
 body=params)
+
+        request = 
self.service_iam.projects().serviceAccounts().setIamPolicy(resource=resource, 
body=params)
         try:
             return request.execute()
         except Exception as err:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to