The ruby clients support passing the client configuration as an environment variable (GOOGLE_CLOUD_KEYFILE_JSON) cointaining a json blob instead of a path to a json config file.
https://github.com/googleapis/google-cloud-ruby/blob/1a7cfef70298276a9203658748e9d70edfcfb2d5/google-cloud-datastore/samples/README.md#authenticating
It would be super helpful (and less confusing) if there was a similar option in the python library.
The ruby clients support passing the client configuration as an environment variable (
GOOGLE_CLOUD_KEYFILE_JSON) cointaining a json blob instead of a path to a json config file.https://github.com/googleapis/google-cloud-ruby/blob/1a7cfef70298276a9203658748e9d70edfcfb2d5/google-cloud-datastore/samples/README.md#authenticating
It would be super helpful (and less confusing) if there was a similar option in the python library.