You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(validator): use correct container name with validator suffix for challenge endpoints
The endpoint derivation must match the logic in challenge-orchestrator/docker.rs
which includes a validator suffix (from VALIDATOR_NAME or HOSTNAME env vars).
Without this fix, the validator would try to proxy to:
http://challenge-term-challenge:8080
Instead of the actual container:
http://challenge-term-challenge-ef1eb5119559:8080
0 commit comments