Comment 5 for bug 1469563

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

Reviewed: https://review.openstack.org/214641
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=8bd9b221807ffbce2a52861f14ecf503fdc644a6
Submitter: Jenkins
Branch: stable/kilo

commit 8bd9b221807ffbce2a52861f14ecf503fdc644a6
Author: Morgan Fainberg <email address hidden>
Date: Sun Jun 28 13:30:40 2015 -0700

    Maintain the expiry of v2 fernet tokens

    The v2 fernet provider didn't carry the expiration of a token from it's
    parent token when handling a rescope. This means that a rescope of fernet
    tokens could extend the session indefinitely.

    Change-Id: Id1ec725fd89cd32260b7be4eead24a0fc84abfe1
    closes-bug: #1469563
    (cherry picked from commit e641c40b680bd4b68b5e319831c47473e6f7754e)