keystone/keystone/token
Lance Bragstad d42e955203 Address FIXMEs for listing revoked tokens
Now that support for sql token storage and uuid tokens has been
removed, it doesn't make sense to still expose an API for listing
revoked tokens. Maintaining this behavior would require keystone to
persist non-persistent tokens, which defeats the purpose.

This change makes the API return either a 410 Gone or a 403 Forbidden
depending on configuration for backwards compatibility. Logic to
list revoked tokens was also removed from the token provider API
since it's no longer called by any controllers.

Change-Id: Ic7bcba148f0a062b144e6dfbe9693f2125008458
2018-08-01 11:46:10 -07:00
..
providers Cleanup keystone.token.providers.common 2018-07-13 14:49:07 +00:00
__init__.py Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
_simple_cert.py Convert Keystone to use Flask 2018-06-04 20:14:41 -07:00
provider.py Address FIXMEs for listing revoked tokens 2018-08-01 11:46:10 -07:00
token_formatters.py Simplify the token provider API 2018-07-13 14:45:56 +00:00