Skip to content

Add API endpoint to migrate standalone connectors to composer-managed deployment #13202

@romain-filigran

Description

@romain-filigran

Use case

OpenCTI previously supported connector deployment in "standalone" mode. Recently, we introduced the ability to manage connector deployment through our composer via the UI interface. As a result, we need to migrate existing standalone connectors to composer-managed deployments.

Current Workaround

Currently, there is no automated way to migrate standalone connectors to the new composer-managed deployment model. Manual migration is error-prone and risks losing critical connector state and configuration.

Proposed Solution

Introduce a new API endpoint in OpenCTI to facilitate the migration of standalone connectors to composer-managed deployments. This API should handle the redeployment process while preserving essential connector information.

The API must transfer and preserve the following information during redeployment:

  • Connector ID: Maintain the unique identifier of the connector
  • Associated User: Preserve the user account linked to the deployment
  • Connector State: Retain the current ingestion state to ensure continuity of data processing

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions