From 0b46eab168c87f71ec23b3bf6bda027c8c35524e Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Mon, 13 Dec 2021 14:34:50 +0100 Subject: [PATCH] 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 --- keystone/conf/default.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keystone/conf/default.py b/keystone/conf/default.py index 0fa17d7a0c..529a469865 100644 --- a/keystone/conf/default.py +++ b/keystone/conf/default.py @@ -120,8 +120,7 @@ auditing use cases. notification_opt_out = cfg.MultiStrOpt( 'notification_opt_out', default=["identity.authenticate.success", - "identity.authenticate.pending", - "identity.authenticate.failed"], + "identity.authenticate.pending"], help=utils.fmt(""" You can reduce the number of notifications keystone emits by explicitly opting out. Keystone will not emit notifications that match the patterns