← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1721729] Re: keystone returns token object with wrong "issued at" and "expires" parameter

 

[Expired for OpenStack Identity (keystone) because there has been no
activity for 60 days.]

** Changed in: keystone
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1721729

Title:
  keystone returns token object with wrong "issued at" and "expires"
  parameter

Status in OpenStack Identity (keystone):
  Expired

Bug description:
  When a request is send to get the token from keystone, the token object returned have delayed values of "issued at" and "expires" parameter in the token object received. 
  For instance, in one case, the response with the token object is returned at Thu Oct 05 04:37:07 UTC 2017. But the token object field "issued at" have value Thu Oct 05 04:52:07 UTC 2017 and the field "expires" have value Thu Oct 05 08:52:07 UTC 2017. 

  Below is the log verifying the observation.

  2017-10-05T10:07:07.92+0530 [APP/PROC/WEB/0] OUT ***** Request -: GET
  :: XVcapRequestId -: b0b5f192-ee8d-45fc-63b3-f87a84539cc4 :: Token
  value -: 3222a93d7f3d42df9efcfdd18a15d14c :: Token issued at -: Thu
  Oct 05 04:52:07 UTC 2017 :: Token expires at -: Thu Oct 05 08:52:07
  UTC 2017 *****

  As can be seen from the log, timestamp 2017-10-05T10:07:07.92
  corresponsds to Thu Oct 05 04:37:07 UTC 2017.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1721729/+subscriptions


References