Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to share RuleGroup by multiple WAF #13

Open
chladic opened this issue Jul 20, 2022 · 0 comments · May be fixed by #15
Open

Add support to share RuleGroup by multiple WAF #13

chladic opened this issue Jul 20, 2022 · 0 comments · May be fixed by #15

Comments

@chladic
Copy link

chladic commented Jul 20, 2022

Hello crowdsec team,

would be possible to add feature where I would be able to share RuleGroup created by bouncer to multiple WAFs ?

As discussed with @blotus support for multiple WAF names

waf_config:
  - web_acl_name: [ "first_waf_acl","second_waf_acl" ] 
    rule_group_name: rule_group_shared
    scope: REGIONAL
    ipset_prefix: crowdsec-ipset-web

or something like this where bouncer dont remove RuleGroup (not so nice as first one)

waf_config:
  - web_acl_name: first_waf_acl
    rule_group_name: rule_group_shared
    rule_group_type: static
    scope: REGIONAL
    ipset_prefix: crowdsec-ipset-web

Many thanks for this

@blotus blotus linked a pull request Jul 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant