Skip to content

Commit ca458e5

Browse files
committed
update wafv5 test with enforcer env var
1 parent 959fbba commit ca458e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/suite/utils/resources_utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,10 @@ def create_ingress_controller_wafv5(
13961396
"capabilities": {"drop": ["all"]},
13971397
"readOnlyRootFilesystem": rorfs,
13981398
},
1399-
"env": [{"name": "ENFORCER_PORT", "value": "50000"}],
1399+
"env": [
1400+
{"name": "ENFORCER_PORT", "value": "50000"},
1401+
{"name": "ENFORCER_CONFIG_TIMEOUT", "value": "0"},
1402+
],
14001403
"volumeMounts": [
14011404
{
14021405
"name": "app-protect-bd-config",

0 commit comments

Comments
 (0)