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