commit | 059d05f702db9b25a2cc959f1a20cbb93d39c336 | [log] [tgz] |
---|---|---|
author | Erwan Le Goas <elegoas@haproxy.com> | Thu Sep 29 10:31:18 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 29 10:53:15 2022 +0200 |
tree | 2417b23a0a0b0425294be8c0943ae280575692d3 | |
parent | be5ed92d0a98c939503a1ee5211c265cd162e194 [diff] |
MINOR: config: Add other keywords when dump the anonymized configuration file Add keywords recognized during the dump of the configuration file, these keywords are followed by sensitive information. Remove the condition 'localhost' for the second argument of keyword 'server', consider as not essential and can disturb when comparing it in cli section (there is no exception 'localhost'). No backport needed, except if anonymization mechanism is backported.