Add XTM-Composer service integration#488
Conversation
|
@maelv-filigran I tried to test locally but when trying to create a connector I see a warning message. Do I need to configure something to enable the composer ? |
|
Did you test it with docker swarm ? I see that it's an option in OpenCTI documentation https://docs.opencti.io/latest/deployment/installation/#using-docker-swarm) |
|
@efaure PS/ I use docker desktop on Mac Os |
efaure
left a comment
There was a problem hiding this comment.
Good job. It seems all good to me, but it may be interesting to have other review on this.
fde4635 to
f0e4100
Compare
f0e4100 to
4f60d42
Compare
Summary
This PR integrates the XTM-Composer service into the OpenCTI Docker Compose stack, providing connector management capabilities with automatic RSA key generation for secure credential storage.
Changes Made
Added XTM-Composer Service
filigran/xtm-composeras a new service in the Docker stackRSA Key Generation Service
rsa-key-generatorservice using Alpine OpenSSL imageConfiguration Updates
XTM_COMPOSER_IDenvironment variable to.env.sampleCOMPOSE_PROJECT_NAME=openctifor proper Docker network namingrsakeysvolume for secure key storageTesting Instructions
Setup Environment
Start the Stack
Verify Services
Access OpenCTI
Cleanup (if needed)
Notes