keystone/keystone/server
Lance Bragstad 86cf26310a Only validate tokens once per request
Keystone actually validates each token twice for every API request.
Regardless of caching being configured, we have an opportunity to try
and spend less time doing something we've already done.

The first the token is validated is actually done through a
keystonemiddleware hook. The second time is to populate a context
object that we can use for things like policy decisions.

Closes-Bug: 1819036
Change-Id: Ifd7f6f0a1dcd33ad17646cae383132cfc2462f03
(cherry picked from commit 112fa29a74)
2019-03-25 17:41:34 +00:00
..
flask Only validate tokens once per request 2019-03-25 17:41:34 +00:00
__init__.py Move keystone.server.common to keystone.server 2018-07-01 10:33:13 -07:00
backends.py Add manager for access rules config 2019-03-03 18:33:49 +01:00
wsgi.py Move Credentials API to Flask Native 2018-07-16 21:58:21 -07:00