Comment 8 for bug 1780503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (stable/queens)

Reviewed: https://review.openstack.org/644527
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=0161ffadd754707768c790e41167860b2e3797b7
Submitter: Zuul
Branch: stable/queens

commit 0161ffadd754707768c790e41167860b2e3797b7
Author: Gage Hugo <email address hidden>
Date: Wed Aug 1 15:49:03 2018 -0500

    Set initiator id as user_id for auth events

    This change sets the initiator id as the user_id for
    authentication events. The notificiation initiator id would
    be set to a random UUID by default, which makes auditing the
    identity of the user who is authenticating difficult. This
    also adds the user_id as well for auth events for consistency.

    Also removes the WIP unit-test header to verify that this
    change works as intended.

    Change-Id: I511a03eada22c66847bd1502b16cbd2c34b1b35d
    Closes-Bug: #1780503
    (cherry picked from commit fd8b5f3206392f210a7240af5b52358791a1df87)