-
Notifications
You must be signed in to change notification settings - Fork 34
Fix not valid variable #270
New issue
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
base: main
Are you sure you want to change the base?
Conversation
@RomuDeuxfois actually both config variables can be set. |
Yes, so we have this variable XTM_OPENBAS_URL and this one XTM_OPENBAS_API_OVERRIDE_URL but not this one XTM__OPENBAS_API_URL |
Sorry to be picky but can you update the XTM__OPENBAS_URL to "OpenBAS URL that is use to redirect from OpenCTI UI to OpenBas UI" or else I don't think people will understand the difference. (I can't suggest since there is not changes on that line) |
@@ -140,7 +140,7 @@ Here are the configuration keys, for both containers (environment variables) and | |||
| Parameter | Environment variable | Default value | Description | | |||
|:--------------------------------|:---------------------------------|:--------------|:-------------------------------------------------------------------------------------------------------------| | |||
| xtm:openbas_url | XTM__OPENBAS_URL | | OpenBAS URL | | |||
| xtm:openbas_api_url | XTM__OPENBAS_API_URL | | If sets, overrides the API base URL used for the OpenBAS integration | | |||
| xtm:openbas_api_override_url | XTM__OPENBAS_API_OVERRIDE_URL | | If sets, overrides the API base URL used for the OpenBAS integration | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| xtm:openbas_api_override_url | XTM__OPENBAS_API_OVERRIDE_URL | | If sets, overrides the API base URL used for the OpenBAS integration | | |
| xtm:openbas_api_override_url | XTM__OPENBAS_API_OVERRIDE_URL | | If sets, overrides the API base URL used for the OpenBAS integration (default is XTM__OPENBAS_URL/api) | |
As I mentioned, I couldn’t find any usage of the |
There is no "API" it's |
According to this commit
fbicyber/opencti__opencti@39c382c
The variable to override the openbas API is this one: XTM__OPENBAS_API_OVERRIDE_URL