Skip to content

Commit

Permalink
Add ML and dataproc admin permission for kubeflow user account
Browse files Browse the repository at this point in the history
Pipeline needs the CMLE and dataproc editor permission to run the xgboost dataproc samples
For dataproc details, see
https://github.com/kubeflow/pipelines/tree/master/components/dataproc
For CMLE, see similar PR
kubeflow#2013
  • Loading branch information
IronPan authored Dec 4, 2018
1 parent 0ac8703 commit 1e52149
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ bindings:
- roles/storage.admin
- roles/bigquery.admin
- roles/dataflow.admin
- roles/ml.admin
- roles/dataproc.editor
- members:
- set-kubeflow-vm-service-account
roles:
Expand All @@ -38,4 +40,4 @@ bindings:
- members:
- set-kubeflow-iap-account
roles:
- roles/iap.httpsResourceAccessor
- roles/iap.httpsResourceAccessor

0 comments on commit 1e52149

Please sign in to comment.