Jamie Lennox
f8c150a9cc
Create a Config object
The _conf_get ugliness in auth_token middleware has been around for a long time now to handle the abstraction from different oslo.config options and the paste overrides. This logic is now also being needed in other middlewares. Extract this into a common config object that has a better interface and is easier to work with. Change-Id: I8b8a1427bc527e43bb1baec25a881d93df3f93cc
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:
Description
Languages
Python
100%