2025.2 Series Release Notes¶
28.0.0-10¶
Problèmes de sécurités¶
A potential security related issue is fixed where a token of the user from a read-only backend (i.e. LDAP) continues being accepted after the user is disabled in the backend. This is caused by the fact that Keystone does not receive any notification for that and is not able to revoke such tokens. See https://bugs.launchpad.net/keystone/+bug/2122615 for details.
28.0.0¶
Nouvelles fonctionnalités¶
bug 2060972 Added new configuration option
[security_compliance] report_invalid_password_hashto enable and configure reporting of hashes of submitted invalid passwords, which could be used to facilitate analysis of failed login attempts (as per PCI DSS requirements). The corresponding Keystone specification - Include invalid password details in audit messages.
Notes de mises à jours¶
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported.
The WSGI scripts,
keystone-wsgi-adminandkeystone-wsgi-public, have been removed. Deployment tooling should instead reference the Python module paths for the service,keystone.wsgi.api, if their chosen WSGI server supports this (gunicorn, uWSGI) or implement a.wsgiscript themselves if not (mod_wsgi).