summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-21 17:30:29 +0000
committerGerrit Code Review <review@openstack.org>2023-04-21 17:30:29 +0000
commit5397c044996b8c790a67b4e1dc2ac73c9c76501e (patch)
treeb3279ecf4dd761965a30acf92f65a09344fd36ed
parent95288d2ce36e14d9a8466c05240fd7e1aca004d2 (diff)
parent0b46eab168c87f71ec23b3bf6bda027c8c35524e (diff)
downloadkeystone-5397c044996b8c790a67b4e1dc2ac73c9c76501e.tar.gz
Merge "Remove authenticate.failed from the notification_opt_out list"
-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