The nova.api.auth Module¶
Common Auth Middleware.
-
class
InjectContext(context, *args, **kwargs)¶ Bases:
nova.wsgi.MiddlewareAdd a ‘nova.context’ to WSGI environ.
-
class
NovaKeystoneContext(application)¶ Bases:
nova.wsgi.MiddlewareMake a request context from keystone headers.
-
pipeline_factory(loader, global_conf, **local_conf)¶ A paste pipeline replica that keys off of auth_strategy.
-
pipeline_factory_v21(loader, global_conf, **local_conf)¶ A paste pipeline replica that keys off of auth_strategy.