You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm storing the credentials.json data in an encrypted form which gets decrypted by my application on runtime. It's risky to write this back to disk in plaintext, so I'd like to login using this string in memory instead.
Describe the solution you'd like
How I authenticate now:
There was a feature added in googleapis/google-auth-library-python#1326 to add support for google.auth.load_credentials_from_dict() to load credentials from a dictionary, however that does not change the behaviour of the environment variable GOOGLE_APPLICATION_CREDENTIALS.
If you'd like to propose a feature request to change the behaviour of GOOGLE_APPLICATION_CREDENTIALS, please file a feature request for google-auth here.
I'm going to close this issue as the handling for GOOGLE_APPLICATION_CREDENTIALS is specific to google-auth but pease feel free to open a new issue if you have additional questions.
Is your feature request related to a problem? Please describe.
I'm storing the credentials.json data in an encrypted form which gets decrypted by my application on runtime. It's risky to write this back to disk in plaintext, so I'd like to login using this string in memory instead.
Describe the solution you'd like
How I authenticate now:
How I'd like to authenticate:
Additional context
For what it's worth, there is a similar feature request for Go: googleapis/google-api-go-client#185
The text was updated successfully, but these errors were encountered: