← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1519210] Re: opt-out of certain notifications

 

Reviewed:  https://review.openstack.org/253780
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=255685877ec54d1b9689b88cc5af8a5490d30c91
Submitter: Jenkins
Branch:    master

commit 255685877ec54d1b9689b88cc5af8a5490d30c91
Author: Fernando Diaz <diazjf@xxxxxxxxxx>
Date:   Fri Dec 4 22:23:15 2015 -0600

    Opt-out certain Keystone Notifications
    
    This patch will allow certain notifications for events in
    Keystone to be opted out. Opting out may be a desired way of
    doing this since most keystone deployers will likely like
    to by default have all audit traces.
    
    Change-Id: I86caf6e5f25cdd76121881813167c2144bf1d051
    Closes-Bug: 1519210


** 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/1519210

Title:
  opt-out of certain notifications

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  keystone currently support a lot of event notifications, just see
  http://docs.openstack.org/developer/keystone/event_notifications.html

  It would be nice if there was a configuration option to allow users to
  opt-out of notifications they didn't care about.

  This could be as simple as:

  [notifications]
  listen_group_create = True
  listen_group_delete = True
  listen_group_update = True
  ...
  listen_authenticate_success = True

  Or something more advanced.

  Either way, each would have to be set to True by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1519210/+subscriptions


References