-
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 ?
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 have it for each external connectors, sample : https://docs.openaev.io/latest/deployment/ecosystem/injectors/#configuration
| - **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.


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