mask_password is overzealous
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.concurrency |
Fix Released
|
Undecided
|
prashkre | ||
oslo.utils |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I created a new cinder volume that included "password" in the name, and this caused a number of problems that were traced back to mask_password. The r'(%(key)
593:volume-
and change it to:
593:volume-
It appears that this pattern was first added under [1] and then later modified with [2].
[1] https:/
[2] https:/
Changed in oslo.utils: | |
status: | Expired → Confirmed |
Changed in cinder: | |
status: | Invalid → Confirmed |
Changed in cinder: | |
assignee: | nobody → prashkre (prashkre) |
Changed in oslo.utils: | |
assignee: | nobody → prashkre (prashkre) |
Changed in oslo.concurrency: | |
assignee: | nobody → prashkre (prashkre) |
Changed in cinder: | |
assignee: | prashkre (prashkre) → Eric Harney (eharney) |
Changed in cinder: | |
assignee: | Eric Harney (eharney) → prashkre (prashkre) |
no longer affects: | cinder |
Was there a problem creating the volume, or just with the logging of the operation?