Open tpoindessous opened 6 years ago
@tpoindessous Thanks for the feedback.
I receive the following error messages when the credentials aren't set as well as when the file specified doesn't actually exist.
Environment Variable not set
inspec exec gcp-compliance/ Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information
Non existant file specified
export GOOGLE_APPLICATION_CREDENTIALS=/creds1.json
inspec exec gcp-compliance/ Unable to read the credential file specified by GOOGLE_APPLICATION_CREDENTIALS: file /creds1.json does not exist
Hi
during my tests, I forgot to export my credentials and I got this error which was not catched :
Thanks !