Commit Graph

13 Commits

Author SHA1 Message Date
ErickSkrauch
716ec8bd37
Remove profiles endpoint and textures signing mechanism 2024-06-11 04:35:46 +02:00
ErickSkrauch
680effa47a
Introduce usage metrics for all API endpoints 2024-03-13 01:29:26 +01:00
ErickSkrauch
b9a38dd947
Add autoconfiguration for OTEL and resolve TODOs for metrics 2024-03-05 15:14:10 +01:00
ErickSkrauch
7964281f06
Merge branch 'v5' into otel
# Conflicts:
#	go.sum
#	internal/cmd/serve.go
#	internal/http/http.go
2024-03-05 14:26:36 +01:00
ErickSkrauch
528b131309
Read multiline signing private key from the config and remove base64 encoding support 2024-03-05 13:55:31 +01:00
ErickSkrauch
436ff7c294
Implemented API endpoint to sign arbitrary data 2024-03-05 13:07:54 +01:00
ErickSkrauch
f037fb11e1
progress [skip ci] 2024-02-20 02:08:23 +01:00
ErickSkrauch
feb8e32069
Add otel setup 2024-02-14 00:56:48 +01:00
ErickSkrauch
fdafbc4f0e
Simplify stop signal handling 2024-02-07 18:33:06 +01:00
ErickSkrauch
cecd07c113
Remove dispatcher and eventsubscribers modules, remove statsd integration, remove event bus usage. Overall cleanup before otel integration 2024-02-07 17:34:57 +01:00
ErickSkrauch
10c11bc060
Rework security module, replace JWT library, invalidate JWT tokens signed for Chrly v4, generate RSA key in runtime when not provided via configuration 2024-02-01 12:11:39 +01:00
ErickSkrauch
11340289ad
Replace base module name from github.com/elyby/chrly to ely.by/chrly 2024-02-01 08:12:34 +01:00
ErickSkrauch
77e466cc0d
Rework project's structure 2024-02-01 07:58:26 +01:00