SECU-05: Bootstrap token validation from CAMELEER_AUTH_TOKEN env var #27

Closed
opened 2026-03-11 11:14:09 +01:00 by claude · 1 comment
Owner

Server reads CAMELEER_AUTH_TOKEN environment variable at startup. Agent registration requests must include matching X-Bootstrap-Token header. Returns 401 Unauthorized on mismatch.

Category: Security
REQ-ID: SECU-05

Server reads `CAMELEER_AUTH_TOKEN` environment variable at startup. Agent registration requests must include matching `X-Bootstrap-Token` header. Returns `401 Unauthorized` on mismatch. **Category:** Security **REQ-ID:** SECU-05
Author
Owner

Implemented: BootstrapTokenValidator validates CAMELEER_AUTH_TOKEN env var with dual-token rotation support.

Implemented: `BootstrapTokenValidator` validates `CAMELEER_AUTH_TOKEN` env var with dual-token rotation support.
Sign in to join this conversation.