SECU-05: Bootstrap token validation from CAMELEER_AUTH_TOKEN env var #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Server reads
CAMELEER_AUTH_TOKENenvironment variable at startup. Agent registration requests must include matchingX-Bootstrap-Tokenheader. Returns401 Unauthorizedon mismatch.Category: Security
REQ-ID: SECU-05
Implemented:
BootstrapTokenValidatorvalidatesCAMELEER_AUTH_TOKENenv var with dual-token rotation support.