Comment 7 for bug 1856904

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

Reviewed: https://review.opendev.org/705771
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=b33f71e21f1b17fff6b8f34e595ca8ef093acda4
Submitter: Zuul
Branch: stable/rocky

commit b33f71e21f1b17fff6b8f34e595ca8ef093acda4
Author: Gage Hugo <email address hidden>
Date: Fri Dec 13 14:25:28 2019 -0600

    Always have username in CADF initiator

    The current initiator object for CADF notifications does not include
    the username of the user who initiated the action, which leads to
    issues when using an LDAP backend and not having a direct way to
    map a username to a user id.

    This change makes it so that the initiator object for CADF
    notifications always contains the username for a user as well
    as the user id. This follows along with the CADF standard
    for OpenStack[0].

    [0] https://www.dmtf.org/sites/default/files/standards/documents/DSP2038_1.1.0.pdf#page=12

    Closes-Bug: #1856904

    Change-Id: I833e6e0d7792acf49f816050ad7a63e8ea4f702f
    (cherry picked from commit 95edaaab06c6da761411ef97bc2545d86d579215)