Reviewed: https://review.openstack.org/462856 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=605a34376ae655369ab9b4e8bddfe1dfbc91ab0a Submitter: Jenkins Branch: master
commit 605a34376ae655369ab9b4e8bddfe1dfbc91ab0a Author: Mateusz Kowalski <[email protected]> Date: Fri May 5 09:53:52 2017 +0200 operation_log: Expose IP address of the user IP address is now included in the default format as %(client_ip)s what fully covers auditing use case for this log. Change-Id: I226f268b0eac6e35021b3e86aef512108ddb5691 Closes-Bug: #1688484 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1688484 Title: Operations log does not contain IP address of the client Status in OpenStack Dashboard (Horizon): Fix Released Bug description: For having a full audit picture available, operation log should contain an IP address of the client. As this data is already available in the request, it's just a matter of exposing access to request.META['REMOTE_ADDR'] To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1688484/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

