GoogleCloudPlatform/node-red-contrib-google-cloud

Provide support for EITHER credentials OR a key file for PubSub out

Closed this issue · 1 comments

Today, credentials for accessing GCP can be provided by a credentials property. While this is ok, we want an alternate story which is the ability to provide a GCP service account JSON key file. We want to do this with the addition of a new property ... today we have account ... we want to add a new property called keyFilename.

This particular issue is for the PubSub out node.

Coding complete. Will close issue once published.