2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Invalid JWT: Token must be a short-lived token and in a reasonable timeframe

Posted at

Dockerでfluent-plugin-bigqueryを動かしていて以下のエラーに遭遇しました。

fluentd_1  | 2017-02-20 09:09:25 +0000 [warn]: temporarily failed to flush the buffer. next_retry=2017-02-20 09:09:20 +0000
error_class="Signet::AuthorizationError" error="Authorization failed.  Server message:\n{\n \"error\": \"invalid_grant\",\n \"error_description\": \"Invalid JWT: Token must be a short-lived token and in a reasonable timeframe\"\n}" plugin_id="object:xxxxx"

時間がズレてるみたいです。調べたら6分くらいズレてました。dinghyをrestartしたら解決しました。

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?