You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2015/05/04 23:30:06 UTC

[jira] [Commented] (JCLOUDS-708) Google Cloud Storage does not renew its authorization token periodically

    [ https://issues.apache.org/jira/browse/JCLOUDS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527349#comment-14527349 ] 

Andrew Gaul commented on JCLOUDS-708:
-------------------------------------

[~broudy] This is still a blocker for me and I would really like to include a fix in 1.9.1.  Do you plan to work on this in the next few weeks?

> Google Cloud Storage does not renew its authorization token periodically
> ------------------------------------------------------------------------
>
>                 Key: JCLOUDS-708
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-708
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-blobstore, jclouds-labs-google
>    Affects Versions: 1.8.1
>            Reporter: Andrew Gaul
>            Assignee: Daniel Broudy
>            Priority: Critical
>              Labels: google-cloud-storage
>
> While testing the latest GCS pull request[1] I found that starting my application then waiting 12 hours resulted in authentication errors:
> {noformat}
> org.jclouds.rest.AuthorizationException: {
>  "error": {
>   "errors": [
>    {
>     "domain": "global",
>     "reason": "authError",
>     "message": "Invalid Credentials",
>     "locationType": "header",
>     "location": "Authorization"
>    }
>   ],
>   "code": 401,
>   "message": "Invalid Credentials"
>  }
> }
> {noformat}
> Restarting my application worked around this issue although GCS should renew its authorization token periodically as other providers do.
> [1] https://github.com/jclouds/jclouds-labs-google/pull/48



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)