summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Bobrov <breton@cynicmansion.ru>2021-12-13 14:34:50 +0100
committerelajkat <lajos.katona@est.tech>2022-10-14 13:13:53 +0200
commit0b46eab168c87f71ec23b3bf6bda027c8c35524e (patch)
tree57c4c3bcc3c0d738afc3222fbb38a8437162d207
parent02db9263961bb1a630014536096bcfc72009dd65 (diff)
downloadkeystone-0b46eab168c87f71ec23b3bf6bda027c8c35524e.tar.gz
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
-rw-r--r--keystone/conf/default.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/keystone/conf/default.py b/keystone/conf/default.py
index 0fa17d7a0..529a46986 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