-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid grant / bigquery gcloud auth #227
Comments
Thanks Paul :) The What permissions errors are you getting? Authentication? Query authorization? Write authorization? |
Was getting invalid grant. mostly fixed with the env variable as i noted.. now i'm at this seems to be related to #224 |
Ah, I haven't fully run through with #224 yet, could have broken the pipeline :/ |
Hello, sorry for the late answer. |
I haven't found a fix no. I was running with the original lighthouse-infrastructure GCP project fwiw.
All good. :) |
🎉 This issue has been resolved in version 0.25.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm trying to get authenticated to update the bigquery but running into some challenges.
Readme indicates using gcp-credentials but that filename isn't supported anymore. But.. even then.. I'm not sure this approach is preferred.
@Nigui @Kporal what approach did yall use most recently?
I'm getting the farthest by creating a new KEY with my service account.. downloading that json. then
But still facing some permission challenges. I want to figure out the supported path so we can update the documentation.
The text was updated successfully, but these errors were encountered: