python2-keystone-wsgi-admin

OpenStack identity service - library

Install

All systems
curl cmd.cat/python2-keystone-wsgi-admin.sh
Debian Debian
apt-get install python-keystone
Ubuntu
apt-get install python-keystone
Arch Arch Linux
pacman -S python-keystone
Windows (WSL2)
sudo apt-get update sudo apt-get install python-keystone
Raspbian
apt-get install python-keystone

python-keystone

OpenStack identity service - library

This is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN with user/service authZ, and is scalable to support OAuth, SAML, and OpenID in future versions. Out of the box, Keystone uses SQLite for its identity store database, with the option to connect to external LDAP. This package contains the Python libraries.