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

commit 0df3d8c0ea7b9a99c14db3d4458af8faa3e23d8b
Author: Mykola_Bodnar1 <bodnarmyk...@gmail.com>
AuthorDate: Mon Dec 16 16:58:05 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 a776f2a..202338d 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -557,7 +557,7 @@ class GCPActions:
         resource = "projects/{}/serviceAccounts/{}".format(self.project, 
service_account_email)
         request = 
GCPActions().service_iam.projects().serviceAccounts().getIamPolicy(resource=resource)
         serviceAccounts_policy = request.execute()
-
+        print(serviceAccounts_policy)
         params = {
             "role": "projects/{}/roles/{}".format(self.project, 
role_name.replace('-', '_')),
             "members": [


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

Reply via email to