keystone/keystone/token
Arnaud Morin 6e58f1dbf8 Add a cache to check_revocation
The check_revocation method is called at least 3 times when validating
a token.
Each time, it's doing a heavy SQL statement depending on the size of the
revocation table.

We can save time by adding cache to this method.

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I70b4664905bb4360d792ba8bd701674f60538223
2023-07-13 16:00:28 +02:00
..
providers OAuth 2.0 Mutual-TLS Support 2023-03-03 11:28:05 +09:00
__init__.py Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
provider.py Add a cache to check_revocation 2023-07-13 16:00:28 +02:00
token_formatters.py OAuth 2.0 Mutual-TLS Support 2023-03-03 11:28:05 +09:00