yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58959
[Bug 1641660] Re: enable CADF notification format by default
Reviewed: https://review.openstack.org/397339
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=165e5a98f02e3cbad52c6c65989b83841f89de19
Submitter: Jenkins
Branch: master
commit 165e5a98f02e3cbad52c6c65989b83841f89de19
Author: Tin Lam <tinlam@xxxxxxxxx>
Date: Sun Nov 20 01:54:29 2016 -0500
Enable CADF notification format by default
The current default notification format is set to ``basic``, the home-brewed
openstack-styled format. Since all new notifications have adhered to the
CADF format, we should switch to use CADF format by default, which provides
compatibility with the older format.
Also, messages for the following authentication events are squelched due
to their chattiness:
* identity.authenticate.success
* identity.authenticate.pending
* identity.authenticate.failed
Change-Id: I6dd3a52319bd59aa5ef856e6d99b5a1d7c37e371
Closes-Bug: #1641660
** 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/1641660
Title:
enable CADF notification format by default
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
The current default notification format is the home-brewed openstack-
styled format, that provides minimal information about the user. For a
few releases now, all new notifications have adhered to the CADF
format. We should switch over to the CADF format, which provides
compatibility with the order format.
Additionally, we probably want to squelch authentication messages,
since there has been feedback that it is too noisy.
Implementation wise, this would mean the following changes to the
default config file:
[default] ``notification_format=cadf``
[default] ``notification_opt_out=identity.authenticate.success``
[default] ``notification_opt_out=identity.authenticate.pending``
[default] ``notification_opt_out=identity.authenticate.failed``
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1641660/+subscriptions
References