You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/03/14 13:55:46 UTC

[incubator-dlab] branch v2.1-RC2 updated: Assigned role to ssn service account that allow to use BigQuery API, ticket 529

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

omartushevskyi pushed a commit to branch v2.1-RC2
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/v2.1-RC2 by this push:
     new 0330055  Assigned role to ssn service account that allow to use BigQuery API, ticket 529
     new 71a8f09  Merge pull request #35 from Dyoma33/EPMCDLAB-v2.1.RC-2-529
0330055 is described below

commit 03300559ab15264b0f840830557d157a7fe5adfd
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Thu Mar 14 15:41:52 2019 +0200

    Assigned role to ssn service account that allow to use BigQuery API, ticket 529
---
 infrastructure-provisioning/src/general/files/gcp/ssn_roles.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/files/gcp/ssn_roles.json b/infrastructure-provisioning/src/general/files/gcp/ssn_roles.json
index af9aa8c..9cc2af5 100644
--- a/infrastructure-provisioning/src/general/files/gcp/ssn_roles.json
+++ b/infrastructure-provisioning/src/general/files/gcp/ssn_roles.json
@@ -5,5 +5,6 @@
     "dataproc.editor",
     "resourcemanager.projectIamAdmin",
     "iam.roleAdmin",
-    "compute.instanceAdmin"
+    "compute.instanceAdmin",
+    "bigquery.dataViewer"
 ]
\ No newline at end of file


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