keystone-all
OpenStack identity service
Install
- All systems
-
curl cmd.cat/keystone-all.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 update
sudo apt-get install keystone
- OS X
-
brew install keystone
- Raspbian
-
apt-get install keystone
- Dockerfile
- dockerfile.run/keystone-all
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.