← Pub/Sub176 / 640
easygcloud

Grant a service account the Pub/Sub Publisher role on a specific topic

command

gcloud pubsub topics add-iam-policy-binding order-events --member=serviceAccount:app-sa@my-project.iam.gserviceaccount.com --role=roles/pubsub.publisher

Command breakdown

Part of the Google Cloud CLI (gcloud) — Pub/Sub category.

gcloudpubsubtopicsadd-iam-policy-bindingorder-events--member=serviceAccount:app-sa@my-project.iam.gserviceaccount.com--role=roles/pubsub.publisher
FlagPurpose
--memberSet to: serviceAccount:app-sa@my-project.iam.gserviceaccount.com
--roleSet to: roles/pubsub.publisher

Test your recall — not just your reading.

Practice with interactive quiz →