OpenStack Identity (Keystone) Middleware
d5121fcb08
This syncs keystonemiddleware with oslo-incubator commit hash 569979adfd4237869bb50c7aaa02bc3fd4f0b413 First, remove the existing code to cleanup: $ rm -r keystonemiddleware/openstack/* Then, sync from oslo-incubator: $ python update.py ../keystonemiddleware Commits since last sync (55c5629): ---------------------------------- 3d90045 Backport code for i18n to check lazy at runtime ef37e03 Added missing jsonutils.dump() function cb5a804 Move `mask_password` to strutils de4adbc pep8: fixed multiple violations Change-Id: If4d060be886ff0c3585b50534d35c87271491b47 |
||
---|---|---|
doc | ||
examples/pki | ||
keystonemiddleware | ||
tools | ||
.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.
The source is available on GitHub at:
Bugs and feature requests are tracked on Launchpad at:
For any other information, refer to the parent project, Keystone:
For information on contributing, see
CONTRIBUTING.rst
.