You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, many pieces of the documentation show that any (remote) API can be used:
You must declare a backend for Crowdsec so we're able to resolve it's address during the refresh task.
replace 127.0.0.1:8080 by the listen URI of the crowdsec local API
etc.
So, what does 'local API' mean in this context?
'Local' as in: non-SaaS
'Local' as in: on the same machine as the bouncer
The text was updated successfully, but these errors were encountered:
However, many pieces of the documentation show that any (remote) API can be used:
You must declare a backend for Crowdsec so we're able to resolve it's address during the refresh task.
replace 127.0.0.1:8080 by the listen URI of the crowdsec local API
etc.
So, what does 'local API' mean in this context?
* 'Local' as in: non-SaaS
* 'Local' as in: on the same machine as the bouncer
So this documentation has lacked behind as we do offer integrations which can be used with it, however, it never been tested by us (on the haproxy lua directly).
We call it "local" as it typically runs locally, however, this can be incorrect terminology as you can also run "local api" remotely and have systems talk to them. However, it would be hard for us to refactor this, as we used this terminology everywhere. Hence why we currently have an effort in #666 to refactor the structure to help improve the understanding of these core components.
The HAProxy bouncer documentation speaks of a 'local API' (being CrowdSec).
However, many pieces of the documentation show that any (remote) API can be used:
etc.
So, what does 'local API' mean in this context?
The text was updated successfully, but these errors were encountered: