Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 7b81349

Browse files
committed
[client] Fix config validate before import
1 parent 4c48e62 commit 7b81349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ def __init__(self, config: Dict, playbook_compatible=False) -> None:
638638
self.connect_validate_before_import = get_config_variable(
639639
"CONNECTOR_VALIDATE_BEFORE_IMPORT",
640640
["connector", "validate_before_import"],
641+
config,
641642
)
642643
# Start up the server to expose the metrics.
643644
expose_metrics = get_config_variable(

0 commit comments

Comments
 (0)