OpenStack Identity Authentication Library
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
Yi Feng aa9c5d230f
OAuth2.0 Client Credentials Grant Flow Support
7 months ago
doc remove unicode from code 11 months ago
keystoneauth1 OAuth2.0 Client Credentials Grant Flow Support 7 months ago
releasenotes OAuth2.0 Client Credentials Grant Flow Support 7 months ago
.coveragerc Update coverage to keystoneauth1 7 years ago
.gitignore Migrate to stestr 6 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Add mailmap entry 9 years ago
.stestr.conf Migrate to stestr 6 years ago
.zuul.yaml Update python testing as per zed cycle teting runtime 10 months ago
CONTRIBUTING.rst Use https for *.openstack.org references 6 years ago
HACKING.rst Migrate to stestr 6 years ago
LICENSE Initial Split of python-keystoneclient to keystoneauth 8 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
bindep.txt Fix bindep for current rpm based distributions 1 year ago
requirements.txt Drop lower-constraints.txt and its testing 11 months ago
setup.cfg OAuth2.0 Client Credentials Grant Flow Support 7 months ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Update lower-constraints versions 3 years ago
tox.ini Update python testing as per zed cycle teting runtime 10 months ago

README.rst

Team and repository tags

image

keystoneauth

Latest Version

Downloads

This package contains tools for authenticating to an OpenStack-based cloud. These tools include:

  • Authentication plugins (password, token, and federation based)
  • Discovery mechanisms to determine API version support
  • A session that is used to maintain client settings across requests (based on the requests Python library)

Further information: