crowdsec/pkg/apiserver
2023-06-23 13:54:36 +02:00
..
controllers Minor cleanup and dead code removal (#2166) 2023-04-12 16:57:38 +02:00
middlewares/v1 Change api_key encoding to base64 to comply with bcrypt max size (#2302) 2023-06-23 13:54:36 +02:00
tests Fix #1552 (#1569) 2022-06-22 10:29:02 +02:00
alerts_test.go test cleanup: remove /tmp/crowdsec_tests* directories (#2232) 2023-05-25 15:32:32 +02:00
api_key_test.go test cleanup: remove /tmp/crowdsec_tests* directories (#2232) 2023-05-25 15:32:32 +02:00
apic.go types.InSlice() -> slices.Contains() (#2246) 2023-05-31 12:39:22 +02:00
apic_test.go decouple bouncer dependencies: use go-cs-lib in test code (#2229) 2023-05-25 15:37:44 +02:00
apiserver.go don't pre-create log files (not required anymore) (#2267) 2023-06-07 12:58:35 +02:00
apiserver_test.go test cleanup: remove /tmp/crowdsec_tests* directories (#2232) 2023-05-25 15:32:32 +02:00
decisions_test.go support decisions deletion via scenario + alerts delete via ID (#1798) 2022-10-19 14:37:27 +02:00
heartbeat_test.go golangci-lint v1.48 and fixes for "usestdlibvars" (#1711) 2022-08-16 09:46:10 +02:00
jwt_test.go test cleanup: remove /tmp/crowdsec_tests* directories (#2232) 2023-05-25 15:32:32 +02:00
machines_test.go test cleanup: remove /tmp/crowdsec_tests* directories (#2232) 2023-05-25 15:32:32 +02:00
papi.go decouple bouncer dependencies: use go-cs-lib/pkg/* (#2216) 2023-05-23 10:52:47 +02:00
papi_cmd.go dependencies: replaced function calls to pkg/types, errors.Wrap (#2235) 2023-06-01 16:31:56 +02:00
utils.go Add support for certificate authentication for agents and bouncers (#1428) 2022-06-08 16:05:52 +02:00