https://github.com/openstack/keystonemiddleware
OpenStack Identity (Keystone) Middleware. Mirror of code maintained at opendev.org.
https://github.com/openstack/keystonemiddleware
Last synced: over 1 year ago
JSON representation
OpenStack Identity (Keystone) Middleware. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/keystonemiddleware
- Owner: openstack
- License: other
- Created: 2014-06-24T17:38:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T17:30:58.000Z (over 1 year ago)
- Last Synced: 2025-03-29T02:03:49.578Z (over 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/keystonemiddleware
- Size: 3.03 MB
- Stars: 67
- Watchers: 12
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/keystonemiddleware.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
Middleware for the OpenStack Identity API (Keystone)
====================================================
.. image:: https://img.shields.io/pypi/v/keystonemiddleware.svg
:target: https://pypi.org/project/keystonemiddleware/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/keystonemiddleware.svg
:target: https://pypi.org/project/keystonemiddleware/
:alt: Downloads
This package contains middleware modules designed to provide authentication and
authorization features to web services other than `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: https://docs.openstack.org/keystonemiddleware/latest/
* Source: https://opendev.org/openstack/keystonemiddleware
* Bugs: https://bugs.launchpad.net/keystonemiddleware
* Release notes: https://docs.openstack.org/releasenotes/keystonemiddleware/
For any other information, refer to the parent project, Keystone:
https://github.com/openstack/keystone