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 Crowdsec plugins #803

Open
guimard opened this issue Sep 5, 2023 · 1 comment
Open

Add Crowdsec plugins #803

guimard opened this issue Sep 5, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@guimard
Copy link
Member

guimard commented Sep 5, 2023

Description

CrowsdSec is a powerful IP filter system, and easy to use. There are 2 plugins that may be written:

  • a bouncer : just a GET request (curl -H 'Accept: application/json' -H 'X-Api-Key: <mykey>' http://local-crowdsec-server:8080/v1/decisions?ip=1.2.3.4) and reject this IP if crowdsec reports something bad
  • a plugin to push James decisions to local crowdsec server. Example, after too many login failures or bad SMTP calls

Note that Lemonldap::NG has already a bouncer.

@guimard guimard added the bug Something isn't working label Sep 5, 2023
@Arsnael Arsnael removed the bug Something isn't working label Sep 5, 2023
@chibenwa chibenwa added the good first issue Good for newcomers label Sep 5, 2023
@chibenwa
Copy link
Member

chibenwa commented Sep 5, 2023

This is opened on the James side: https://issues.apache.org/jira/browse/JAMES-3897

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants