GCP IAM Permissions

Identity and Access Management (IAM) allows you to regulate access to your GCP resources, thus ensuring that only users with the respective permissions have access to your GCP data.

To work with Dataproc jobs, the following IAM permissions must be granted:

  • dataproc.clusters.list

  • dataproc.clusters.start

  • dataproc.clusters.stop

  • dataproc.clusters.get

  • dataproc.workflowTemplates.list

  • dataproc.workflowTemplates.get

  • dataproc.workflowTemplates.instantiate

  • dataproc.workflowTemplates.instantiateInline

  • dataproc.jobs.create

  • dataproc.clusters.use

  • dataproc.jobs.list

  • dataproc.jobs.get

  • dataproc.jobs.cancel

  • dataproc.jobs.delete

See also: