OpenStack Identity (Keystone) Middleware
d8cb5a3e93
Some service APIs such as Swift list public containers does not require a token. Therefore, there will be no identity or service catalog information available. In these cases, audit should fill in the default (i.e. taxonomy.UNKNOWN) for both initiator and target instead of raising an exception. Change-Id: I3f3c12d5e8c0fa176fb7f0218c368971e0a9d0b5 Closes-Bug: 1583699 |
||
---|---|---|
config-generator | ||
doc | ||
examples/pki | ||
keystonemiddleware | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Middleware for the OpenStack Identity API (Keystone)
This package contains middleware modules designed to provide
authentication and authorization features to web services other than
Keystone
<https://github.com/openstack/keystone>. The most prominent
module is keystonemiddleware.auth_token
. This package does
not expose any CLI or Python API features.
For information on contributing, see
CONTRIBUTING.rst
.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/keystonemiddleware
- Source: http://git.openstack.org/cgit/openstack/keystonemiddleware
- Bugs: http://bugs.launchpad.net/keystonemiddleware
For any other information, refer to the parent project, Keystone: