Comment 17 for bug 1459790

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/210037
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9391f9307e834f437c6712797c903921881f2977
Submitter: Jenkins
Branch: master

commit 9391f9307e834f437c6712797c903921881f2977
Author: Roxana Gherle <email address hidden>
Date: Thu Aug 6 09:46:58 2015 -0700

    Fernet 'expires' value loses 'ms' after validation

    When we create a Fernet token we get a token with an expiration
    time which contains microseconds. When we validate a Fernet token,
    the expiration time changes and comes back missing the microseconds.
    We need to make the expiration time the same between creation and
    validation time, having microseconds in both cases. This applies to
    both v2 and v3 API.

    Closes-Bug: #1459790
    Change-Id: Ic6adbc2d69af03519a2c4ef66d558bcff9022049