Commit 76d1d2c
committed
Strip password-mask line: it belongs to #1862, not this PR
Inadvertently pulled the password-column mask
(safe_value = "***" if column == PASS else value) into this PR while
restructuring the validation loop for the warn-on-unknown-auth
change. The mask is #1862's core content and shouldn't sneak in
through the site-role decompose PR -- reviewers on either PR would
see mysterious overlap. #1862's full feature (log mask + INFO->DEBUG
downgrade + _redact_password_column helper for invalid_lines
sanitization) stays where it belongs, on jac/csv-import-privacy.
The `column = ColumnType(i)` local rename stays because it's used
by the log line's `{column.name}` format and by the AUTH branch's
comparison; that's plain cleanup and doesn't overlap with #1862.1 parent 140990b commit 76d1d2c
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
586 | | - | |
587 | | - | |
| 585 | + | |
588 | 586 | | |
589 | 587 | | |
590 | 588 | | |
| |||
0 commit comments