Make x509_v2 compound match detection use match runner

This commit is contained in:
jeanluc 2023-05-18 17:42:48 +02:00 committed by Daniel Wozniak
parent 099962909f
commit cd8cb61196
2 changed files with 6 additions and 2 deletions

View file

@ -208,8 +208,10 @@ def x509_master_config(ca_minion_id):
".*": [
"x509.sign_remote_certificate",
],
},
"peer_run": {
ca_minion_id: [
"match.compound",
"match.compound_matches",
],
},
}

View file

@ -222,8 +222,10 @@ def x509_master_config(ca_minion_id):
".*": [
"x509.sign_remote_certificate",
],
},
"peer_run": {
ca_minion_id: [
"match.compound",
"match.compound_matches",
],
},
}