add one instance of cache for all the service (#19)

*  add one instance of cache for all the service

* 🐛 fix the healthy issue

* 🐛 fix lint

* 🍱 upgrade codebase

* 🍱 fix lint

* 🐛 when there is master node shut down

* Set live mode as default, clean docker and recipes

* Restore live mode in readme as default

* 🍱 add channel management

* 🍱 order funcs

* 🍱 revert service in docker compose

*  logLevel added + cache put out the bouncer

* 🍱 fix

* 🍱 fix

* 🍱 fix

Co-authored-by: MathieuHa <mathieu@hanotaux.fr>
This commit is contained in:
maxlerebourg
2022-10-16 20:14:41 +02:00
committed by GitHub
co-authored by MathieuHa
parent f22fc2cd09
commit 8696501f61
7 changed files with 191 additions and 102 deletions
+4 -1
View File
@@ -49,6 +49,9 @@ At each start of synchronisation, the middleware will wait a random number of se
- Enabled
- bool
- enable the plugin
- LogLevel
- string
- default: `INFO`, expected value are: `INFO`, `DEBUG`
- CrowdsecMode
- string
- default: `live`, expected value are: `none`, `live`, `stream`
@@ -120,7 +123,7 @@ http:
enabled: false
updateIntervalSeconds: 60
defaultDecisionSeconds: 60
crowdsecMode: stream
crowdsecMode: live
crowdsecLapiKey: privateKey
crowdsecLapiHost: crowdsec:8080
crowdsecLapiScheme: http