security_monkey icon indicating copy to clipboard operation
security_monkey copied to clipboard

unable to add creation of an instance in ignore list

Open kutsav opened this issue 6 years ago • 3 comments

I am trying to ignore creation of all instances whose name starts something with keyword-*. I have given technology as "ec2instance" and prefix as "keyword". Still when an instance gets created or deleted matching that keyword, securitymonkey sends notifications

kutsav avatar Jul 13 '17 08:07 kutsav

https://github.com/Netflix/security_monkey/blob/develop/security_monkey/watchers/ec2/ec2_instance.py#L83

It should check the name.

scriptsrc avatar Jul 17 '17 17:07 scriptsrc

@utsav2307 Do you experience this with the latest version?

mikegrima avatar Feb 22 '18 21:02 mikegrima

@utsav2307 I tried this with openstack environmetn (Mostly both are same), and When I add ignore list to pattern "dev-" it marked all discovered items as not active. You mean the issue is when sending email ? could you please explain more how to reproduce ?

naggappan avatar Apr 12 '18 07:04 naggappan