Deduplicate egress token resolution across backends #118
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?
The
forward_host_credentials/CODEX_HOST_CREDENTIAL_TOKEN_REFresolution block is copy-pasted verbatim in bothbackend/docker/launch.py(~line 188) andbackend/smolmachines/launch.py(~line 433). When this logic changes (e.g. token refresh, new provider credential types), both backends must be updated consistently — a near-certain future sync bug.Identified in the complexity hotspot review at #117.
PRD 0030 tracks the fix.