GoogleCloudPlatform / node-red-contrib-google-cloud

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

Provide support for EITHER credentials OR a key file for GCS write #12

Closed kolban-google closed 5 years ago

kolban-google commented 5 years ago

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 GCS write node.

kolban-google commented 5 years ago

Coding complete. Will close when published.