yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58687
[Bug 1641660] [NEW] enable CADF notification format by default
Public bug reported:
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``
** Affects: keystone
Importance: Medium
Status: New
** Tags: notifications
--
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):
New
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
Follow ups