PaloAltoNetworks / minemeld-misp

MineMeld nodes for MISP
Apache License 2.0
18 stars 16 forks source link

MISP Automation Key not set #10

Open sebastientinel opened 5 years ago

sebastientinel commented 5 years ago

Hi,

I'm struggling to make the extension works. The polling keeps failing with the error "MISP Automation Key not set" here is the configuration of the node :

age_out: default: null sudden_death: true attributes: confidence: 70 share_leve: white automation_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX filters: null indicator_types: null source_name: misp.anyEvent url: https://some_url verify_cert: false

In the two prototypes proposed no automation key is specified. Nonetheless, I can see it is coded in the file "node.py" so I tried to set it without any luck.

As anyone had this issue? Any help would be greatly appreciated.

Thanks a lot

gdendzo commented 5 years ago

I also have the same problem

sebastientinel commented 5 years ago

@jtschichold : Any idea why ?

Thank you for your work