Status Update
Comments
ar...@google.com <ar...@google.com> #2
This request has been filed with the engineering team. Note that for feature requests there is no guarantee of any time frame for updates or that the requested feature will be implemented, though in this case it would make sense for gcloud to have feature parity with the Firebase CLI for managing the same tasks.
[Deleted User] <[Deleted User]> #3
+1 config that can be shared between functions and updated independent of function deployment would make deployment configuration much more manageable.
te...@gmail.com <te...@gmail.com> #4
+1 i for one would appreciate this feature.
na...@gmail.com <na...@gmail.com> #5
Cloud KMS and Runtime Configurator could be used for this purpose, although referring to `process.env.MY_PASSWORD` as you can in AWS Lambda would be preferable. Unfortunately, neither of these are currently supported by the `google-cloud` library, so if you were to use `googleapis` it seems that you need to provide authentication ...which you'd probably want to store in KMS, Runtime Configurator or process.env....
is...@google.com <is...@google.com>
dh...@gmail.com <dh...@gmail.com> #6
> From issue 35907643 on 12/31/2016:
Option #4 is best of these. Really can't put things like passwords in to package.json due to storage in github, etc.
Richard
Option #4 is best of these. Really can't put things like passwords in to package.json due to storage in github, etc.
Richard
Description
Cloud Functions for Google Cloud Platform does not seem to support any environment configuration, at least it is not documented.