Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-708

Google Cloud Storage does not renew its authorization token periodically

    XMLWordPrintableJSON

Details

    Description

      While testing the latest GCS pull request[1] I found that starting my application then waiting 12 hours resulted in authentication errors:

      org.jclouds.rest.AuthorizationException: {
       "error": {
        "errors": [
         {
          "domain": "global",
          "reason": "authError",
          "message": "Invalid Credentials",
          "locationType": "header",
          "location": "Authorization"
         }
        ],
        "code": 401,
        "message": "Invalid Credentials"
       }
      }
      

      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

      Attachments

        Activity

          People

            broudy Daniel Broudy
            gaul Andrew Gaul
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: