telefonicaid / fiware-keystone-spassword

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

Open AlvaroVega opened 3 days ago

AlvaroVega commented 3 days ago

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

AlvaroVega commented 3 days ago

admin still could create service/subservice, but not list or delete

AlvaroVega commented 2 days ago

23.0.2

23.0.1

23.0.0

AlvaroVega commented 2 days ago

https://github.com/openstack/keystone/compare/23.0.1...23.0.2