airbus-cyber / graylog-plugin-alert-wizard

Alert Wizard plugin for Graylog to manage the alert rules
Other
46 stars 7 forks source link

Authentication error with lists #17

Closed Sinagot closed 4 years ago

Sinagot commented 4 years ago

Hi,

I just downloaded the 3.1 version of the plugin, and I'm encoutering the following issue with lists :

WARN [HTTPJSONPathDataAdapter] HTTP request for key <Whitelist_Scripts> failed: Response{protocol=http/1.1, code=401, message=Unauthorized, url=http://192.168.198.130:9000/api/plugins/com.airbus_cyber_security.graylog/lists/Whitelist_Scripts}

I tried with value = basic dG90bzptb3RkZXBhc3Nl, with same result.

Rules and alerting are working fine.

Graylog version : 3.0.2

Sinagot commented 4 years ago

Ok, just found out what was the problem : in the value, Basic is case sensitive and need the B to be uppercase.

Maybe you should add a specific comment for this part as your readme file is not clear.

TiNico22 commented 4 years ago

Readme.md updated to avoid this Thanks for the feedback