]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: Add other keywords when dump the anonymized configuration file
authorErwan Le Goas <elegoas@haproxy.com>
Thu, 29 Sep 2022 08:31:18 +0000 (10:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Sep 2022 08:53:15 +0000 (10:53 +0200)
commit059d05f702db9b25a2cc959f1a20cbb93d39c336
tree2417b23a0a0b0425294be8c0943ae280575692d3
parentbe5ed92d0a98c939503a1ee5211c265cd162e194
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.
src/cfgparse.c