keystone/keystone/middleware
Jamie Lennox 2ceeb926ed Add the oslo_context to the environment and request
So in the effort to standardize our usage of components add the
oslo_request object to the request so that we can actually use it.

We subclass request as there will be information there that we will want
to keep in addition to the standard auth params.

Whilst there seems to be a lot of contexts floating around this is
transitional. The split will end up very similar to today except instead
of an unstructured context_dict we will have a webob.Request for request
related params, and instead of an unstructured auth_context dict we will
have an oslo_context.RequestContext.

Change-Id: I1a96233ee3deebdb143645b4be3a7b4068b2b165
2016-07-08 10:20:25 +10:00
..
__init__.py Move AuthContext middleware into its own file 2015-11-12 11:47:51 +11:00
auth.py Add the oslo_context to the environment and request 2016-07-08 10:20:25 +10:00
core.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00