GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Pub/Sub Out not connecting #119

Open douwe-heaten opened 2 years ago

douwe-heaten commented 2 years ago

Hi, we're running Node Red on an edge computing device and we're trying to create an MQTT bridge to GCP and currently looking at the Pub/Sub Out connector.

We followed the instructions and used the json credentials from a Service Account, however it doesn't want to connect with the Pub/Sub Out connector. We then verified the json credentials to be working using a separate Python application, so we expect the issue to be somewhere on the edge device, in the Node Red configuration or in the Pub/Sub Out connector.

Any suggestions here?