zalando-stups / fullstop-cli

Simple command line utility to view and resolve fullstop. violations
https://pypi.python.org/pypi/stups-fullstop/
Other
3 stars 5 forks source link

Type Unsecured_public_endpoint does not allow meta filter #19

Open ZroMnc opened 8 years ago

ZroMnc commented 8 years ago

When I try to filter for errorMessage I get this:

cviola@callisto | ~  $ fullstop list-violations -s 200d -t UNSECURED_PUBLIC_ENDPOINT -m errorMessages='[Unsecured security group! Only ports 80 and 443 are allowed]'
Account Id│Region│Violation Type│Instance Id│Meta Info│Comment│Created
harti2006 commented 8 years ago

Hi, you can try to filter the meta info by regex: `fullstop list-violations -s 200d -t UNSECURED_PUBLIC_ENDPOINT -x ".Unsecured security group! Only ports 80 and 443 are allowed.'