You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/23 06:26:36 UTC

[GitHub] [beam] singhalss opened a new issue, #22821: [Bug]: WriteToPubSub not showing any permissions errors when serviceAccount doesn't have the permission (GCP)

singhalss opened a new issue, #22821:
URL: https://github.com/apache/beam/issues/22821

   ### What happened?
   
   If dataflow job sink is a Google's Pubsub and the dataflow runner service account does not have appropriate roles/permissions, the pipeline does not log any permissions error message (The sink pubsub does not get any messages published which is as expected).
   
   Code is as below.
   
   data (PTransform) | "Write to PubSub" >> io.WriteToPubSub(topic=custom_options.sink_topic.get())
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: io-py-gcp


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] scwhittle commented on issue #22821: [Bug]: WriteToPubSub not showing any permissions errors when serviceAccount doesn't have the permission (GCP)

Posted by GitBox <gi...@apache.org>.
scwhittle commented on issue #22821:
URL: https://github.com/apache/beam/issues/22821#issuecomment-1241751706

   This is not an issue with Beam reference implementation but with Dataflow's specialization of pubsub IO:
   https://cloud.google.com/dataflow/docs/concepts/streaming-with-cloud-pubsub#integration-features
   
   As such I don't think it should be tracked with a beam issue.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #22821: [Bug]: WriteToPubSub not showing any permissions errors when serviceAccount doesn't have the permission (GCP)

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #22821:
URL: https://github.com/apache/beam/issues/22821#issuecomment-1228876517

   .remove-labels 'awaiting triage'


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org