OpenStack Identity (Keystone)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Jenkins 3d800d7ddf Merge "Remove setting class variable" 7 years ago
config-generator switch to oslo.cache 8 years ago
doc Time-based One-time Password 7 years ago
etc Updating sample configuration file 7 years ago
examples/pki Correct bashate issues in gen_pki.sh 8 years ago
httpd Merge "Document httpd for accept on /identity, /identity_admin" 8 years ago
keystone Merge "Remove setting class variable" 7 years ago
rally-jobs [rally] remove deprecated arg 8 years ago
releasenotes Time-based One-time Password 7 years ago
tools Stop using nose as a Python3 test runner 7 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore include sample config file in docs 7 years ago
.gitreview Add .gitreview config file for gerrit. 12 years ago
.mailmap update mailmap with gyee's new email 8 years ago
.testr.conf Move existing tests to unit 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 8 years ago
HACKING.rst Use oslo.log instead of incubator 8 years ago
LICENSE Added Apache 2.0 License information. 11 years ago
MANIFEST.in Update MANIFEST.in 8 years ago
README.rst Replace github reference by git.openstack.org and change a doc link 8 years ago
babel.cfg setting up babel for i18n work 11 years ago
bandit.yaml Enable bandit tests 7 years ago
requirements.txt Updated from global requirements 7 years ago
setup.cfg Time-based One-time Password 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Merge "Stop using nose as a Python3 test runner" 7 years ago
tests-py3-blacklist.txt Enables token_data_helper tests for Python3 7 years ago
tox.ini Add back a bandit tox job 7 years ago

README.rst

OpenStack Keystone

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:

http://docs.openstack.org/developer/keystone/

The API specification and documentation are available at:

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

The canonical client library is available at:

https://git.openstack.org/cgit/openstack/python-keystoneclient

Documentation for cloud administrators is available at:

http://docs.openstack.org/

The source of documentation for cloud administrators is available at:

https://git.openstack.org/cgit/openstack/openstack-manuals

Information about our team meeting is available at:

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

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/keystone

Future design work is tracked at:

http://specs.openstack.org/openstack/keystone-specs/#identity-program-specifications

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

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

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