keystonemiddleware/keystonemiddleware/audit
Leehom Li (feli5) 47294755ab Make sure audit middleware use own context
Keystone audit middleware requires to iterate req.context as dict,
but Glance requires to access req.context.read_only.
When glance enabled audit, they are conflict with each other.
This patch fix this issue by store audit context in
req.environ['audit.context']

Change-Id: Ib9a62a4cd0b7b9ffb9fa2d6440e8072d45ee0fee
Closes-Bug: #1809101
Signed-off-by: Leehom Li <feli5@cisco.com>
(cherry picked from commit 82707e15a5)
2019-04-29 02:47:24 +00:00
..
__init__.py Make sure audit middleware use own context 2019-04-29 02:47:24 +00:00
_api.py Skip the services with no endpoints when parsing service catalog 2018-10-29 20:04:19 +00:00
_notifier.py Add option to disable using oslo_message notifier 2018-02-20 11:26:22 +01:00