This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/develop by this push:
new 55a4676 Assigned role to ssn service account that allow to use
BigQuery API, ticket 529
new db2dabf Merge pull request #36 from Dyoma33/EPMCDLAB-dev-529
55a4676 is described below
commit 55a467665f56489eb2e5353006c391ec08e142f8
Author: Dyoma33 <[email protected]>
AuthorDate: Thu Mar 14 15:42: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: [email protected]
For additional commands, e-mail: [email protected]