@@ -15,11 +15,12 @@ import (
1515// Constants for the per-agent remote-signer side-stack. Image pinned by
1616// digest is desirable but the chart still publishes by tag — keeping the
1717// version synced with agentruntime.RemoteSignerChartVersion's notes
18- // (chart 0.3.2 → image v0.3.0, the canonical recovery-id behaviour).
18+ // (chart 0.3.3 → image v0.4.0, the first image that honours
19+ // SIGNER__AUTH__TOKEN).
1920const (
2021 remoteSignerName = "remote-signer"
2122 remoteSignerPort = 9000
22- remoteSignerImage = "ghcr.io/obolnetwork/remote-signer:v0.3 .0"
23+ remoteSignerImage = "ghcr.io/obolnetwork/remote-signer:v0.4 .0"
2324 // Image hard-codes /data/keystores as the default and reads its
2425 // config under the SIGNER__... env namespace; values picked to match
2526 // the master agent's working config in hermes-obol-agent.
@@ -34,8 +35,8 @@ const (
3435 // Bearer token for the signer's REST API. Injected into the signer
3536 // as SIGNER__AUTH__TOKEN and into Hermes as REMOTE_SIGNER_TOKEN —
3637 // defense-in-depth on top of the agent-isolation NetworkPolicy.
37- // Signer images < v0.4.0 ignore the env, so injection is a safe
38- // no-op until the image pin advances .
38+ // Honoured by signer image v0.4.0+ ( the version chart 0.3.3 ships);
39+ // older images silently ignore the env .
3940 remoteSignerAuthTokenKey = "authToken"
4041)
4142
0 commit comments