Reviewed: https://review.opendev.org/c/openstack/keystone/+/821561 Committed: https://opendev.org/openstack/keystone/commit/0b46eab168c87f71ec23b3bf6bda027c8c35524e Submitter: "Zuul (22348)" Branch: master
commit 0b46eab168c87f71ec23b3bf6bda027c8c35524e Author: Boris Bobrov <[email protected]> Date: Mon Dec 13 14:34:50 2021 +0100 Remove authenticate.failed from the notification_opt_out list authenticate.failed in the list is not working as the correct notification is authenticate.failure (see [0]), this way we keep the default behaviour, and the users still have the ability to add their events to this list at deployment time. [0]https://github.com/openstack/pycadf/blob/stable/victoria/pycadf/cadftaxonomy.py#L76 Change-Id: If3d818dac220a105f4aba382537c09ab4ee1abd5 Closes-Bug: 1954665 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1954665 Title: default opt out from non-existing event (authenticate.failed) Status in OpenStack Identity (keystone): Fix Released Bug description: https://github.com/openstack/keystone/blob/fc9efc45b26d23a3b28ac0bc74da3f537dfda89b/keystone/conf/default.py#L124 - keystone is expected not to send out notifications that authentication failed. However, there is a typo in the event name. Instead of identity.authenticate.failed, it should be identity.authenticate.failure. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1954665/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

