OpenStack Identity (Keystone) Middleware
1f8b4fe443
With the discovery hack, the test_auth_plugin is now trying to query the unversioned endpoint from the catalog to discover what versions it supports. Since that URL wasn't stubbed out with httpretty it was causing a failure and then a different URL than expected was returned by the plugin. This change registers the discovery URL that's in the test token so that fetching it doesn't fail but returns a normal version response. Related-Bug: #1335726 Closes-Bug: #1372190 Change-Id: I1ae41801ed44ec6a37d972f62fc853dfd609128f |
||
---|---|---|
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
.