Thibault "bui" Koechlin
|
a88848009a
|
fix default perms for log file (#1177)
* fix default perms
|
2022-01-18 16:54:02 +01:00 |
|
Thibault "bui" Koechlin
|
40ed810c0b
|
Gin upgrade (#1174)
* upgrade gin / gin-jwt, and add a new 'trusted_proxies' option to provide trusted CIDRs
|
2022-01-17 17:18:12 +01:00 |
|
Thibault "bui" Koechlin
|
6e92da76ad
|
lapi to capi : allow push of tainted/custom/manual decisions (#1154)
* add console command to control signal sharing
* modify metrics endpoint to add lastpush
Co-authored-by: alteredCoder <kevin@crowdsec.net>
|
2022-01-13 16:46:16 +01:00 |
|
Thibault "bui" Koechlin
|
950759f6d6
|
Output plugins (#878)
* Add plugin system for notifications (#857)
|
2021-08-25 11:43:29 +02:00 |
|
Thibault "bui" Koechlin
|
01028d0a09
|
Goroutine leak hunt (#874)
* close the writers of gin loggers + kill the tomb of httpServer
* body close defer
|
2021-07-30 11:41:17 +02:00 |
|
Lars Lehtonen
|
d86ba98cff
|
pkg/apiserver: fix dropped error (#700)
* pkg/apiserver: fix dropped error
* pkg/apiserver: remove unused Context from APIServer{}
|
2021-04-07 14:51:00 +02:00 |
|
Thibault "bui" Koechlin
|
4bb34d8e77
|
fix #723 : intercept http2 stream closed errors (#724)
* fix #723 : intercept http2 stream closed errors
* factorize the 'dump stacktrace' code
|
2021-04-07 14:31:03 +02:00 |
|
Thibault "bui" Koechlin
|
cd06929e75
|
honor log levels for api : don't log access logs if level is warn/err (#732)
* honor log levels for api : don't log access logs if level is warn/err
* add basic test for logging of api server
|
2021-04-07 11:39:24 +02:00 |
|
Thibault "bui" Koechlin
|
6d28599efa
|
Ensure LAPI logs respect log_media (#707)
* if log_media is set to file, don't try to log to stdout
* use the log media no matter what
|
2021-03-22 17:46:55 +01:00 |
|
registergoofy
|
a8b16a66b1
|
truely don't try to send anything with empty online credentials configuration file (#657)
* truely don't try to send anything with empty online credentials config file
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-03-02 09:25:12 +01:00 |
|
Thibault "bui" Koechlin
|
7f40160f6e
|
only set logfile dir if media is file (#615)
|
2021-02-11 18:28:01 +01:00 |
|
blotus
|
260332c726
|
Add use_forwarded_for_headers configuration option for LAPI (#610)
* Add use_forwarded_for_headers configuration option for LAPI
* update documentation
|
2021-02-09 19:10:14 +01:00 |
|
Thibault "bui" Koechlin
|
e74f221044
|
Fix default configurations (#597)
* fix default perms on SQLite file
* seed the prng securely
* fix defaults to enforce certificates verification
* ensure file is within path
* ensure the directory doesn't exist beforehand
* verify certificate by default
* disable http ip forward headers
|
2021-02-02 14:15:13 +01:00 |
|
Thibault "bui" Koechlin
|
dbb420f79e
|
local api (#482)
Co-authored-by: AlteredCoder
Co-authored-by: erenJag
|
2020-11-30 10:37:17 +01:00 |
|