security_monkey icon indicating copy to clipboard operation
security_monkey copied to clipboard

Change notifications should support SNS/SQS

Open scriptsrc opened this issue 7 years ago • 4 comments

Change notifications currently go out over email.

It should also support dropping messages into a queue/topic.

scriptsrc avatar Feb 18 '17 01:02 scriptsrc

What do you think about Alerter base class with some overloadable methods and ability to make them pluggable. Then we can use this mechanism to implement emails, JiraSync, SNS/SQS etc.

redixin avatar Feb 20 '17 17:02 redixin

https://github.com/Netflix/security_monkey/blob/develop/docs/misc.rst#custom-alerters

Yeah - I think a custom alerter is the way to go.

scriptsrc avatar Mar 15 '17 20:03 scriptsrc

I have an implementation of this internally (custom alerter sending things to SNS).

I'll work to open source this.

scriptsrc avatar Sep 06 '17 17:09 scriptsrc

Hi @monkeysecurity,

any updates for this issue?

Mortinke avatar May 23 '18 04:05 Mortinke