Open
Description
The 'Prepare Windows User' will set the env variable GOOGLE_APPLICATION_CREDENTIALS
to an empty string when the molecule_yml.driver.service_account_file
/GCP_SERVICE_ACCOUNT_FILE
is undefined (which it commonly is when using auth_kind: application
). windows_auth.py then fails to find the application credentials json file since GOOGLE_APPLICATION_CREDENTIALS is ""
Activity