crowdsecurity / cs-aws-waf-bouncer

Crowdsec bouncer for AWS WAF
MIT License
7 stars 5 forks source link

Make Capacity of RuleGroup as variable or dynamic #6

Closed chladic closed 2 years ago

chladic commented 2 years ago

Hello,

I noticed in the code plan to update hardcoded capacity. Can you please update it as temporary solution so its variable in waf_config ?

waf_config:
  capacity: 200

My WAF is 1200 full and I cant use it without doing any compromises

Capacity: aws.Int64(300), //FIXME: update it dynamically

Many thanks for that

chladic commented 2 years ago

that was super fast, amazing. Thank you

blotus commented 2 years ago

Hello @chladic,

A v1.0.4 including this fix has just been published in our repositories.

chladic commented 2 years ago

@blotus you're the best. Thanks for super fast action on that, very grateful