Commit graph

4 commits

Author SHA1 Message Date
6e3242bbd8
Separate HMAC key from read token
Some checks failed
ci / build (push) Has been cancelled
2026-02-11 15:17:46 +01:00
aa3e8cddf9
Add token-based authentication for receiver
All checks were successful
ci / build (push) Successful in 28s
2026-02-11 13:58:42 +01:00
042ce77ddc
feat: added pre-shared-key for read endpoints
All checks were successful
ci / build (push) Successful in 30s
2026-02-10 12:02:15 +01:00
0bf7dfee38
test: add integration tests for collector-receiver interaction
All checks were successful
ci / build (push) Successful in 38s
Add integration tests that verify the push client can successfully
send metrics to the receiver and they are stored correctly in SQLite.

Tests:
- TestPushClientToReceiver: Direct HTTP POST verification
- TestPushClientIntegration: Full PushClient with env vars
- TestMultiplePushes: Multiple pushes and filtering (parallel-safe)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 12:12:36 +01:00