OpenStack Identity (Keystone)
You can not 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
Mustafa Kemal Gilor 7c96280555
[PooledLDAPHandler] Ensure result3() invokes message.clean()
4 weeks ago
api-ref/source Fix response code of 'Revoke Token' in api-ref 1 year ago
config-generator Move policy generator config to config-generator/ 6 years ago
devstack Merge "Use enforce_new_defaults when setting up keystone protection tests" 2 years ago
doc Remove the note of training-labs 11 months ago
etc Remove policy.v3cloudsample.json 4 years ago
examples/pki Remove support for PKI and PKIz tokens 6 years ago
httpd Remove admin interface in sample Apache file 5 years ago
keystone [PooledLDAPHandler] Ensure result3() invokes message.clean() 4 weeks ago
keystone_tempest_plugin Replace git.openstack.org URLs with opendev.org URLs 4 years ago
playbooks Add FIPS check job 2 years ago
rally-jobs fix rally docs url 5 years ago
releasenotes Limit token expiration to application credential expiration 5 months ago
tools sql: Move migrations to 'legacy_migrations' 1 year ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Tell reno to ignore the kilo branch 3 years ago
.gitreview Update .gitreview for stable/yoga 1 year ago
.mailmap update mailmap with gyee's new email 7 years ago
.stestr.conf Migrate to stestr 6 years ago
.zuul.yaml Move fips job to centos-9 8 months ago
CONTRIBUTING.rst Use https for docs.openstack.org references 6 years ago
HACKING.rst Merge "Update links in keystone" 6 years ago
LICENSE Added Apache 2.0 License information. 11 years ago
README.rst Moving IRC network reference to OFTC 2 years ago
babel.cfg setting up babel for i18n work 11 years ago
bindep.txt Fix bindep.txt for current RPM based distributions 1 year ago
lower-constraints.txt Explicitly check policy name in policy warning tests 1 year ago
reno.yaml Tell reno to ignore the kilo branch 3 years ago
requirements.txt Explicitly check policy name in policy warning tests 1 year ago
setup.cfg setup.cfg: Replace dashes with underscores 2 years ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt [goal] Migrate testing to ubuntu focal 3 years ago
tox.ini Update TOX_CONSTRAINTS_FILE for stable/yoga 1 year ago

README.rst

OpenStack Keystone

image

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/

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.