70337682d9
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>
7 lines
213 B
YAML
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.
|