Comment 2 for bug 2023015

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

Reviewed: https://review.opendev.org/c/openstack/keystonemiddleware/+/885351
Committed: https://opendev.org/openstack/keystonemiddleware/commit/70337682d97d13276ca17309505e55add1405d73
Submitter: "Zuul (22348)"
Branch: master

commit 70337682d97d13276ca17309505e55add1405d73
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Tue Jun 6 11:39:21 2023 +0200

    auth_token: fix issue when data in cache gets corrupted

    Previously token cache was not correctly handling the case when data
    in memcached is un-decryptable.
    The cache process was returning a null value that was not considered
    resulting a python exception raised

    The commit fixes the issue by adding a condition to validate the value
    returned.

    Closes-bug: #2023015
    Change-Id: Ic48d20569980781febc194083651736bed446953
    Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>