Keystone SPASSWORD is an OpenStack Keystone extension that enables some extra security checks over user passwords, as force the usage of strong passwords, expiration time for a password, number of bad login attempts before user account became temporarily blocked, a recover procedure password, second factor authentication (2FA), etc.
Apache License 2.0
3
stars
1
forks
source link
admin permissions (list and delete services) not working for cloud service in latest version #243
latest versions has internal versions fo keystones upper than 1.19.0 and cloud_admin has not access to domains:
Keystone spassword latest: [root@iot-keystone keystone]# rpm -qa | grep keystone python3-keystoneauth1-5.1.3-1.el9s.noarch python3-keystoneclient-5.1.0-4.el9.noarch python3-keystonemiddleware-10.2.0-1.el9s.noarch python3-keystone-23.0.2-1.el9s.noarch openstack-keystone-23.0.2-1.el9s.noarch keystone-scim-1.8.0-0.noarch keystone-spassword-1.19.0-0.noarch
Keystone spassword 1.19.0
[root@iot-keystone keystone]# rpm -qa | grep keystone python3-keystoneauth1-5.1.2-4.el9.noarch python3-keystoneclient-5.1.0-4.el9.noarch python3-keystonemiddleware-10.2.0-1.el9s.noarch python3-keystone-23.0.1-1.el9s.noarch openstack-keystone-23.0.1-1.el9s.noarch keystone-scim-1.8.0-0.noarch keystone-spassword-1.19.0-0.noarch [root@iot-keystone keystone]# exit