What is the common practice here? There seems to be no tools provided by gcloud
. I\'m deploying functions from local machine for now, so I can hardcode secrets, but
You should use Cloud Key Management Service(KMS).
Don't push pure secrets to Cloud Functions with files or environment variables.
One solution is followings:
[Ref] Secret management using the Google Cloud Platform