airbus-cyber / graylog-plugin-alert-wizard

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

Use token instead user:password for lists #20

Closed Sinagot closed 2 years ago

Sinagot commented 4 years ago

Hi,

Could it be possible to use a token instead the user:password (base64) combo to authenticate for lists ?

frantz45 commented 4 years ago

Did you try to use the token value as user and the word "token" as password ? I think it should work. Example: echo -n 'sdpfojqsiodhfioqshfoiqs23dsf34:token' | base64

frantz45 commented 3 years ago

I confirm you can use a token, I've updated the documentation: https://github.com/airbus-cyber/graylog-plugin-alert-wizard/pull/45