-
Notifications
You must be signed in to change notification settings - Fork 7
[docs] feat(composer): integration manager #240
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
|
|
||
| - **Instance names**: Two instances can't share the same name | ||
| - **Validation error**: If a duplicate name is detected, a blocking error will prevent deployment until a unique name is provided | ||
| - **Confidence level**: set the desired confidence level for the service account. |
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.
We don't have this property on OpenAEV right ?
| - **API key** (encrypted and securely stored). | ||
| - **Additional options**: collector, injector or executor specific configuration. | ||
|
|
||
|  |
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.
| - Use the search bar to find collectors, injectors and executors by name or description. You can also apply filters (e.g., by collector, executor or injector type). | ||
| - If a collector, injector or executor has already been deployed, a **badge** will appear on its **Deploy** button. | ||
|
|
||
| ## Deploying a collector, injector or executor |
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.
| | manager:name | MANAGER__NAME | Filigran integration manager | Human-readable name for the manager | | ||
| | manager:execute_schedule | MANAGER__EXECUTE_SCHEDULE | 10 | Interval in seconds between execution cycles | | ||
| | manager:ping_alive_schedule | MANAGER__PING_ALIVE_SCHEDULE | 60 | Interval in seconds between alive ping messages | | ||
| | manager:credentials_key | MANAGER__CREDENTIALS_KEY | | RSA private key content (4096-bit recommended). Use for direct key embedding. One of `credentials_key` or `credentials_key_filepath` is required | |
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.
It's required ?
I don't see it here.
https://github.com/OpenAEV-Platform/docker/blob/cb0afbfc653b36201efcc1db37238d4965d3e44e/docker-compose.yml#L107


Add documentation on deployement through xtmComposer
Feature : OpenAEV-Platform/openaev#3528