Python Middleware for OpenStack Identity API (Keystone)

This is the middleware provided for integrating with the OpenStack Identity API and handling authorization enforcement based upon the data within the OpenStack Identity tokens. Also included is middleware that provides the ability to create audit events based on API requests.

Contents:

Release Notes

Contributing

Code is hosted on GitHub. Submit bugs to the Keystone project on Launchpad. Submit code to the openstack/keystonemiddleware project using Gerrit.

Run tests with tox -e py27 if running with python 2.7. See the tox.ini file for other test environment options.

Indices and tables

Table Of Contents

Next topic

Middleware Architecture

Project Source

This Page