he2ss
he2ss
Add kafka datasource, with documentation (https://github.com/crowdsecurity/crowdsec-docs/pull/264)
**Describe the bug** When deleting an IP from decisions, it delete also the ranges that contains this IP in the active decisions. **To Reproduce** Steps to reproduce the behavior: 1....
Now, if we use one bouncer key in a multi-nodes context (ingress nginx for example). Each node is using the same bouncer key, so the decisions will never been completely...
Following [this post](https://discourse.crowdsec.net/t/crowdsec-postgresql-and-kubernetes/310/8?u=he2ss), it's maybe a good idea to support crowdsec configuration from environment variables. **Describe the solution you'd like** we can get all env vars that matches `CROWDSEC_*` and...
This pr allows to retry properly the HTTP request when it receives a `401` HTTP code including the request body.
related to : https://github.com/crowdsecurity/crowdsec/pull/2506
In this repo, global search for `ressource`. `ressource` => `resource`.
It will be useful if the `--flat-file` argument can support globing, nxapi will be able to process many files at the same time. example : `python nxtool.py --flat-file /mydirectory/error.log.* `
fix #170 Adding the ability to configure and enable the [Appsec Component](https://docs.crowdsec.net/docs/next/appsec/intro). In the Kubernetes environment, to be able to handle inband and out of band, we deployed an extra...