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
Installed with brew, version 0.1.4
First time run, select either provider from the text menu. Immediate go panic and crash. Running on Mac M1, Monterey.
A colleague has the same issue on an Ubuntu VM running on Windows.
@zswanson, Prior to choosing the provider (AWS/GCP), the application requires the configuration of GOOGLE_APPLICATION_CREDENTIALS for GCP or the presence of a ~/.aws/credentials file for AWS.
Failure to locate the GOOGLE_APPLICATION_CREDENTIALS file or the ~/.aws/credentials file could potentially trigger a panic within the application.
Note: You can also use cloudlens gcp --cf <creds-file> command for GCP.
10:15AM DBG Failed to list zones: Get "https://compute.googleapis.com/compute/v1/projects/my-project/zones?alt=json&prettyPrint=false": oauth2: cannot fetch token: 400 Bad Request
Response: {"error":"invalid_grant","error_description":"Invalid JWT Signature."}
Installed with brew, version 0.1.4
First time run, select either provider from the text menu. Immediate go panic and crash. Running on Mac M1, Monterey.
A colleague has the same issue on an Ubuntu VM running on Windows.
The text was updated successfully, but these errors were encountered: