Comment 16 for bug 1041396

Revision history for this message
Adam Young (ayoung) wrote : Re: Token validation includes revoked roles

Dolph's patch should not require rebasing. It changes:

keystone/identity/core.py

The other patch only changed
 keystone/token/backends/memcache.py
 tests/test_backend.py
 tests/test_backend_memcache.py

Dolph's patch was no explicitly skipping the memcached backend, the problem was entirely in memcached.

This completely addresses the issue in comment 8. The whole thing now needs testing together.