FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
jankit6
Staff
Staff
Article Id 361301
Description This article describes how to fix the issues that occur while uploading or importing the connectors in FortiSOAR.
Scope FortiSOAR.
Solution

Import the connector using FortiSOAR GUI -> Connector -> Upload Connector.

It fails with an error 'Connector with the same name already active' even if the 'Delete existing' option is enabled, such as in the following screenshot, follow the steps below.

connector_import_fail (1).png

 

Review the connector logs: /var/log/cyops/cyops-integrations/connectors.log

 

 ERROR connectors views dispatch(): Error occurred while installing connector [Errno 13] Permission denied: '/tmp/connectors/conn_forgejo.tgz'
Traceback (most recent call last):
File "integrations/connectors/views.py", line 402, in connectors.views.ConnectorImport.post
PermissionError: [Errno 13] Permission denied: '/tmp/connectors/conn_forgejo.tgz'

 

If it fails with the above error: Update the permission of the 'tmp' folder as below and try again:

 

chown fsr-integrations:nginx /opt/cyops/configs/integrations/connectors/temp

 

Contributors