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
Currently, in the json_key method it assumes that json_key_path will be an IO-like object. This can cause an issue where if someone accidentally passes their credentials in plaintext or a non-IO like object, the Gem will attempt to open the credentials and they'll be displayed in plain text.