feat: CF_LICENSE_KEY env var for product license self-validation #26
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#26
Loading…
Reference in a new issue
No description provided.
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?
Context
Products need a way to validate their own Heimdall license key at startup — both for self-hosters supplying a purchased key and for the CF cloud stack verifying a provisioned key.
CF_ORCH_URLis already wired inllm/router.py.CF_LICENSE_KEYis the sibling env var that lets the product authenticate itself to Heimdall without needing a per-product secrets file.Proposed
CF_LICENSE_KEYenv var support tocircuitforge_core.config(ortiers).env.examplealongsideCF_ORCH_URL/validateendpoint call at product startup (optional — graceful if absent)Raised from
Snipe issue #17 (cf-core wiring audit). This is the remaining open item after that audit.