We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
opencti: url: 'http://localhost:4000' token: 'd434ce02-e58e-4cac-8b4c-42bf16748e84' custom_headers: "X-Custom-Header01: some_value;X-Custom-Header02: some_value"
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 ;
;
The text was updated successfully, but these errors were encountered:
[client] Add capability to add custom headers in opencti http client (#…
0acf3b8
…844)
richard-julien
Successfully merging a pull request may close this issue.
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
;
The text was updated successfully, but these errors were encountered: