OpenStack Identity Authentication Library
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
Dr. Jens Harbott 6ee21bd722 Fix docs build for tox4
Replace deprecated whitelist_externals with allowlist_externals. Drop
skipsdist = True setting.

Change-Id: Iced0ce2472e5c0bd09fba0d274ef2772883a0a49
5 months ago
doc remove unicode from code 1 year ago
keystoneauth1 Merge "Enforce scope mutual exclusion for system" 5 months ago
releasenotes OAuth2.0 Client Credentials Grant Flow Support 9 months ago
.coveragerc Update coverage to keystoneauth1 8 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 12 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 linters and bindep on jammy 6 months ago
requirements.txt Drop lower-constraints.txt and its testing 1 year ago
setup.cfg OAuth2.0 Client Credentials Grant Flow Support 9 months ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Fix linters and bindep on jammy 6 months ago
tox.ini Fix docs build for tox4 5 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: