Closed stephan2012 closed 2 years ago
bind9_parser seems to not parse multiple TSIG keys correctly. The configuration
key
key "ansible" { algorithm hmac-sha256; secret "redacted_key_1"; }; key "externaldns" { algorithm hmac-sha256; secret "redacted_key_2"; };
results in
"key": [ { "algorithm": "hmac-sha256", "key_id": "\"externaldns\"", "secret": "redacted_key_2" } ],
for result.asDict()
result.asDict()
So, the first key statement is missing.
/assign
bind9_parser seems to not parse multiple TSIG
key
s correctly. The configurationresults in
for
result.asDict()
So, the first
key
statement is missing.