keystonemiddleware/releasenotes/notes/fix-cache-data-corrupted-issue-d1bd546625690581.yaml
Sahid Orentino Ferdjaoui 70337682d9 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 <sahid.ferdjaoui@industrialdiscipline.com>
2023-08-14 14:42:50 +00:00

7 lines
213 B
YAML

---
fixes:
- |
In situation of encryption using memcached. Its possible that data
in memcached becomes un-decryptable. The previous implementation
of token cache was not correctly handling the case.