Merge "Remove authenticate.failed from the notification_opt_out list"

This commit is contained in:
Zuul 2023-04-21 17:30:29 +00:00 committed by Gerrit Code Review
commit 5397c04499
1 changed files with 1 additions and 2 deletions

View File

@ -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