Metadata-Version: 2.4
Name: keystone
Version: 28.1.0.dev60
Summary: OpenStack Identity
Author-email: OpenStack <openstack-discuss@lists.openstack.org>
License: Apache-2.0
Project-URL: Homepage, https://docs.openstack.org/keystone
Project-URL: Repository, https://opendev.org/openstack/keystone
Project-URL: Bugs, https://bugs.launchpad.net/keystone
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pbr!=2.1.0,>=2.0.0
Requires-Dist: WebOb>=1.7.1
Requires-Dist: Flask!=0.11,>=1.0.2
Requires-Dist: Flask-RESTful>=0.3.5
Requires-Dist: cryptography>=2.7
Requires-Dist: SQLAlchemy>=1.4.0
Requires-Dist: stevedore>=1.20.0
Requires-Dist: python-keystoneclient>=3.8.0
Requires-Dist: keystonemiddleware>=7.0.0
Requires-Dist: bcrypt>=3.1.3
Requires-Dist: oslo.cache>=1.26.0
Requires-Dist: oslo.config>=6.8.0
Requires-Dist: oslo.context>=2.22.0
Requires-Dist: oslo.messaging>=5.29.0
Requires-Dist: oslo.db>=6.0.0
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: oslo.log>=3.44.0
Requires-Dist: oslo.middleware>=3.31.0
Requires-Dist: oslo.policy>=4.5.0
Requires-Dist: oslo.serialization!=2.19.1,>=2.18.0
Requires-Dist: oslo.upgradecheck>=1.3.0
Requires-Dist: oslo.utils>=3.33.0
Requires-Dist: oauthlib>=0.6.2
Requires-Dist: pysaml2>=5.0.0
Requires-Dist: PyJWT>=1.6.1
Requires-Dist: dogpile.cache>=1.0.2
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: pycadf!=2.0.0,>=1.1.0
Requires-Dist: msgpack>=0.5.0
Requires-Dist: osprofiler>=1.4.0
Requires-Dist: Werkzeug>=0.15.0
Provides-Extra: ldap
Requires-Dist: python-ldap>=3.0.0; extra == "ldap"
Requires-Dist: ldappool>=2.3.1; extra == "ldap"
Dynamic: license-file
Dynamic: requires-dist

==================
OpenStack Keystone
==================

.. image:: https://governance.openstack.org/tc/badges/keystone.svg

.. Change things from this point on

OpenStack Keystone provides authentication, authorization and service discovery
mechanisms via HTTP primarily for use by projects in the OpenStack family. It
is most commonly deployed as an HTTP interface to existing identity systems,
such as LDAP.

Developer documentation, the source of which is in ``doc/source/``, is
published at:

    https://docs.openstack.org/keystone/latest

The API reference and documentation are available at:

    https://docs.openstack.org/api-ref/identity

The canonical client library is available at:

    https://opendev.org/openstack/python-keystoneclient

Documentation for cloud administrators is available at:

    https://docs.openstack.org/keystone/latest/

The source of documentation for cloud administrators is available at:

    https://opendev.org/openstack/openstack-manuals

Information about our team meeting is available at:

    https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting

Release notes is available at:

    https://docs.openstack.org/releasenotes/keystone

Bugs and feature requests are tracked on Launchpad at:

    https://bugs.launchpad.net/keystone

Future design work is tracked at:

    https://specs.openstack.org/openstack/keystone-specs

Contributors are encouraged to join IRC (``#openstack-keystone`` on OFTC):

    https://wiki.openstack.org/wiki/IRC

Source for the project:

    https://opendev.org/openstack/keystone

For information on contributing to Keystone, see ``CONTRIBUTING.rst``.
