mirror of
https://github.com/crowdsecurity/cs-firewall-bouncer.git
synced 2024-08-19 01:18:49 +03:00
update functional test (#374)
This commit is contained in:
@@ -88,7 +88,7 @@ def test_tls_mutual(crowdsec, certs_dir, api_key_factory, bouncer, fw_cfg_factor
|
||||
"*API error: access forbidden*",
|
||||
])
|
||||
|
||||
cs.wait_for_log("*client certificate OU (?agent-ou?) doesn't match expected OU (?bouncer-ou?)*")
|
||||
cs.wait_for_log("*client certificate OU ?agent-ou? doesn't match expected OU ?bouncer-ou?*")
|
||||
|
||||
cfg['cert_path'] = (certs / 'bouncer.crt').as_posix()
|
||||
cfg['key_path'] = (certs / 'bouncer.key').as_posix()
|
||||
|
||||
Reference in New Issue
Block a user