keystone/releasenotes/notes/bug-1780503-70ca1ba3f428dd41.yaml
Gage Hugo fd8b5f3206 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
2018-08-09 20:19:42 +00:00

9 lines
376 B
YAML

---
fixes:
- |
[`bug 1780503 <https://bugs.launchpad.net/keystone/+bug/1780503>`_]
The notification wrapper now sets the initiator's id to the given user
id. This fixes an issue where identity.authentication event would result
in the initiator id being a random default UUID, rather than the user's id
when said user would authenticate against keystone.