This is an automated email from the ASF dual-hosted git repository.
bhliva 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 5458efb [DLAB-529] Added Bigquery job User role
new d9320d1 Merge pull request #41 from Dyoma33/DLAB-dev-529
5458efb is described below
commit 5458efba12d38609b1bc03de8e90896c3c7287f6
Author: Dyoma33 <[email protected]>
AuthorDate: Fri Mar 15 13:54:03 2019 +0200
[DLAB-529] Added Bigquery job User role
---
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 9cc2af5..fe310b6 100644
--- a/infrastructure-provisioning/src/general/files/gcp/ssn_roles.json
+++ b/infrastructure-provisioning/src/general/files/gcp/ssn_roles.json
@@ -6,5 +6,6 @@
"resourcemanager.projectIamAdmin",
"iam.roleAdmin",
"compute.instanceAdmin",
- "bigquery.dataViewer"
+ "bigquery.dataViewer",
+ "bigquery.jobUser"
]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]