Bases: keystone.common.wsgi.Middleware
A trivial filter that checks for a pre-defined admin token.
Sets ‘is_admin’ to true in the context, expected to be checked by methods that are admin-only.
Bases: keystone.common.wsgi.Middleware
Build the authentication context from the request auth token.
Bases: keystone.common.wsgi.Middleware
Middleware to allow method arguments to be passed as serialized JSON.
Accepting arguments as JSON is useful for accepting data that may be more complex than simple primitives.
Filters out the parameters self, context and anything beginning with an underscore.
Bases: keystone.common.wsgi.Middleware
Middleware filter to handle URL normalization.
Bases: keystone.common.wsgi.Middleware
Middleware to allow method arguments to be passed as POST parameters.
Filters out the parameters self, context and anything beginning with an underscore.
Bases: oslo_middleware.sizelimit.RequestBodySizeLimiter
Bases: keystone.common.wsgi.Middleware
De/serialize XML to/from JSON.
Bases: keystone.middleware.core.XmlBodyMiddleware
De/serialize XML to/from JSON for v2.0 API.
Bases: keystone.middleware.core.XmlBodyMiddleware
De/serialize XML to/from JSON for v3 API.
Starting point for routing EC2 requests.
The EC2 Token Middleware has been deprecated as of Juno. It has been moved into keystonemiddleware, keystonemiddleware.ec2_token.