Skip to main content

Google Cloud authentication error

< overview | troubleshooting scenarios

Wayfinder offers easy time-bound access to logs, enabling you to troubleshoot both Wayfinder and the pods/containers within the Kubernetes clusters that Wayfinder manages.

The following sections describe various troubleshooting steps. Unless otherwise noted, any user can perform these steps.


Installing Wayfinder

[Wayfinder administrator]

Google Cloud authentication error

If you encounter the following during an installation on GCP:

◉ Verifying you have correct permissions to Google Cloud
✔ Successfully verified permissions to Google Cloud API
Error: unable to create cluster provider - Get "https://cloudresourcemanager.googleapis.com/v1/projects?alt=json&prettyPrint=false": oauth2: cannot fetch token: 400 Bad Request
Response: {
"error": "invalid_grant",
"error_description": "Bad Request"
}

Ensure you have logged in using $ gcloud auth application-default login. This ensures the credentials created via the web flow are stored in Application Default Credentials (ADC) and facilitates using the CLI to use the SDK with those stored credentials.



What comes next?