keystone-wsgi-admin
OpenStack identity service - library
Install
- All systems
-
curl cmd.cat/keystone-wsgi-admin.sh
- Debian
-
apt-get install python3-keystone
- Ubuntu
-
apt-get install python3-keystone
- Arch Linux
-
pacman -S python-keystone
- Kali Linux
-
apt-get install python3-keystone
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-keystone
- Raspbian
-
apt-get install python-keystone
- Dockerfile
- dockerfile.run/keystone-wsgi-admin
python3-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.
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.
keystone
OpenStack identity service
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 daemons.