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
Bence Romsics 1ab860a08e
Fix host:port handling
7 months ago
api-ref/source Merge "Expiring Group Memberships API - Allow set idp authorization_ttl" 3 years ago
config-generator Move policy generator config to config-generator/ 6 years ago
devstack Add openstack_groups to assertion 3 years ago
doc Merge "Remove the note of training-labs" into stable/ussuri 8 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 Fix host:port handling 7 months ago
keystone_tempest_plugin Replace git.openstack.org URLs with opendev.org URLs 4 years ago
rally-jobs fix rally docs url 5 years ago
releasenotes Update local_id limit to 255 characters 10 months ago
tools Re-enable line-length linter 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/ussuri 3 years ago
.mailmap update mailmap with gyee's new email 7 years ago
.stestr.conf Migrate to stestr 6 years ago
.zuul.yaml Merge "Port the grenade multinode job to Zuul v3" into stable/ussuri 2 years 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 for SUSE 4 years ago
lower-constraints.txt Add vine to lower-constraints 3 years ago
reno.yaml Tell reno to ignore the kilo branch 3 years ago
requirements.txt Merge "Parse cli args in get_enforcer" 3 years ago
setup.cfg Cleanup py27 support 3 years ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt drop mock from test-requirements 3 years ago
tox.ini Update TOX_CONSTRAINTS_FILE for stable/ussuri 3 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.