operation_log: mask_fields are always recorded even if it is not contained in user parameters
Bug #1675191 reported by
Akihiro Motoki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Medium
|
Akihiro Motoki |
Bug Description
operation_log middlware always output mask_fields even when they are not included in a user parameters. It is really confusing.
horizon/
for key in params.items():
# replace a value to a masked characters
for key in self.mask_fields: <----- This should be 'if'.....
Changed in horizon: | |
milestone: | none → pike-1 |
importance: | Undecided → Medium |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/448799
Review: https:/