-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
BigQuery driver – Error: invalid_grant: Invalid JWT: Token must be a short-lived token #372
Comments
@philippefutureboy Hey Philippe! Interesting. Could you please provide all the steps starting from service account creation and ending with setting actual value of |
@paveltiunov Yup!
|
@philippefutureboy Are you on mac? Here's what I found: |
@paveltiunov Thanks! However the bug was produced while on Windows 10 x64 |
@philippefutureboy Do you think it has correct time set on a machine? If so could you please attach terminal to docker container and check clock there? |
@paveltiunov Confirmed that this is the issue - docker container clock has drifted!
Thanks a lot for your help! We'll take it on from there, and post the steps done here for documentation purposes. |
@paveltiunov Thanks a lot for the help! |
@paveltiunov The problem was related to the drift of the clock of the containers on Windows, so we opted to drop local development and simply have it run on Google Kubernetes Engine instead :) |
Describe the bug
When using the Cube.js in development mode with BigQuery driver, I get the following error:
To Reproduce
Steps to reproduce the behavior:
(disclaimer, these steps haven't been attempted to check if they reproduces the behaviour)
Expected behavior
No JWT errors
Version:
$ docker container exec datawarehouse-api cubejs --version 0.14.0
The text was updated successfully, but these errors were encountered: