Skip to content

Fix 500 on envelopes/download: read Argo token from mounted file#1048

Merged
arielr-lt merged 1 commit into
sandboxfrom
fix/argo-token-path
May 18, 2026
Merged

Fix 500 on envelopes/download: read Argo token from mounted file#1048
arielr-lt merged 1 commit into
sandboxfrom
fix/argo-token-path

Conversation

@arielr-lt
Copy link
Copy Markdown
Collaborator

@arielr-lt arielr-lt commented May 18, 2026

Summary

  • GET /ce-registry/envelopes/download returns 500 key not found: "ARGO_WORKFLOWS_TOKEN" in sandbox because the deployment provides ARGO_WORKFLOWS_TOKEN_PATH (mounted K8s secret) but the code only looks for ARGO_WORKFLOWS_TOKEN (env var).
  • Cherry-pick of 26bb12e from feature/k8s-argo-auth — adds ARGO_WORKFLOWS_TOKEN_PATH support to ArgoWorkflowsClient#configure_auth, reading the bearer token from the mounted file.

@excelsior excelsior self-requested a review May 18, 2026 19:12
@arielr-lt arielr-lt merged commit eea5504 into sandbox May 18, 2026
4 checks passed
@arielr-lt arielr-lt deleted the fix/argo-token-path branch May 18, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants