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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]