Skip to content

garlsecurity/keystone-securepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keystone driver for SecurePass

This is the OpenStack Keystone driver for SecurePass. It works with domains as well.

Install on Keystone with:

  • python setup.py build
  • python setup.py install

Create a domain file under /etc/keystone/domains/keystone.DOMAIN.conf:

[identity]
driver = securepass

and config info on /etc/keystone/keystone.conf:

[securepass]
app_id = <<APP_ID>>
app_secret =  <<APP_SECRET>>
realm = REALM/DOMAIN

Note that this behaviour will change in future

About

OpenStack Keystone driver for SecurePass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages