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
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
When setting up the module, I had a lot of trouble with the GOOGLE_APPLICATION_CREDENTIAL environment. The reason was some CI/CD details, but it would have saved me a lot of time to have some sort of diagnostic when the connection fails.
I am thinking:
Display the GOOGLE_APPLICATION_CREDENTIAL.
If value present, open the file. Report IO errors
Try parsing the file's content. Report errors (without displaying the value though)
If no error, display a hash value of the content on debug
The text was updated successfully, but these errors were encountered:
When setting up the module, I had a lot of trouble with the GOOGLE_APPLICATION_CREDENTIAL environment. The reason was some CI/CD details, but it would have saved me a lot of time to have some sort of diagnostic when the connection fails.
I am thinking:
The text was updated successfully, but these errors were encountered: