You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Problem to Solve
In some case it could be interesting to add custom headers in query between worker/connectors and opencti.
Case need to be handle in
Example in connector configuration
Or by env variable
OPENCTI_CUSTOM_HEADERS="Content-Type: application/json;Authorization: Bearer my_token;X-Custom-Header: some_value"
Separator used is defined with
;