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
Zuul e4f82893dd
Merge "Only log warnings about token length when length exceeds max_token_size" into stable/wallaby
5 months ago
api-ref/source Improve the update description for limits in api-ref 3 years 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 Merge "Only log warnings about token length when length exceeds max_token_size" into stable/wallaby 5 months ago
keystone_tempest_plugin Replace git.openstack.org URLs with opendev.org URLs 4 years ago
playbooks Add FIPS check job 1 year ago
rally-jobs fix rally docs url 5 years ago
releasenotes Only log warnings about token length when length exceeds max_token_size 8 months ago
tools Fix user creation with GRANT in MySQL 8.0(Ubuntu Focal) 3 years 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/wallaby 2 years 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 6 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 Merge "Add Source links to readme" 3 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 [goal] Deprecate the JSON formatted policy file 2 years ago
reno.yaml Tell reno to ignore the kilo branch 3 years ago
requirements.txt [goal] Deprecate the JSON formatted policy file 2 years ago
setup.cfg Cleanup py27 support 3 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/wallaby 2 years 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 freenode):

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

Source for the project:

https://opendev.org/openstack/keystone

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