You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running misp-connector in docker without providing the config as volumes. So just setting the right environment vars. MISP Connector fails caused with a key error wanting to get the values from the config.
Environment
OS (where OpenCTI server runs): Latest Docker
OpenCTI version: { e.g. OpenCTI 2.0.2 }
OpenCTI client: { e.g. frontend or python }
Other environment details:
Reproducible Steps
Create opencti-connector-misp container without configuration accessible through volumes and 2. login to the instance.
cd into /opt/opencti....
python ./misp.py
Expected Output
Running misp connector
Actual Output
Traceback (most recent call last):
File "./misp.py", line 398, in <module>
mispConnector = Misp()
File "./misp.py", line 24, in __init__
self.misp_tag = os.getenv('MISP_TAG') or config['misp']['tag'] if 'tag' in config['misp'] else None
KeyError: 'misp'
The text was updated successfully, but these errors were encountered:
andurin
pushed a commit
to andurin/connectors
that referenced
this issue
Nov 21, 2019
Relates OpenCTI-Platform#33
Traceback (most recent call last):
File "./misp.py", line 398, in <module>
mispConnector = Misp()
File "./misp.py", line 24, in __init__
self.misp_tag = os.getenv('MISP_TAG') or config['misp']['tag'] if 'tag' in config['misp'] else None
KeyError: 'misp'
Description
Running misp-connector in docker without providing the config as volumes. So just setting the right environment vars. MISP Connector fails caused with a key error wanting to get the values from the config.
Environment
Reproducible Steps
Expected Output
Running misp connector
Actual Output
The text was updated successfully, but these errors were encountered: