bd07f84ed8
this moves (and edits) audit middleware documentation from pycadf library to keystonemiddleware pycadf doc: https://github.com/openstack/pycadf/blob/master/doc/source/middleware.rst Implements: blueprint audit-middleware Change-Id: I068f312d8927010fd209eab5c22910c4d1d343a1
37 lines
962 B
ReStructuredText
37 lines
962 B
ReStructuredText
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:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
middlewarearchitecture
|
|
audit
|
|
|
|
Contributing
|
|
============
|
|
|
|
Code is hosted `on GitHub`_. Submit bugs to the Keystone project on
|
|
`Launchpad`_. Submit code to the ``openstack/keystonemiddleware`` project
|
|
using `Gerrit`_.
|
|
|
|
.. _on GitHub: https://github.com/openstack/keystonemiddleware
|
|
.. _Launchpad: https://launchpad.net/keystonemiddleware
|
|
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
|
|
|
Run tests with ``python setup.py test``.
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|