kstool
OpenStack identity service
Install
- All systems
-
curl cmd.cat/kstool.sh
- Debian
-
apt-get install keystone - Ubuntu
-
apt-get install keystone - Arch Linux
-
pacman -S keystone - Kali Linux
-
apt-get install keystone - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install keystone - OS X
-
brew install keystone - Raspbian
-
apt-get install keystone
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.