Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Support --parameters-file where ARGO_SERVER specified. Fixes #8160 #8213

Merged
merged 3 commits into from
Mar 22, 2022

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Mar 22, 2022

Signed-off-by: Alex Collins alex_collins@intuit.com

Fixes #8160

This feature was broken because the argo server was trying to load the file from its own file-system. This moves the load client side.

Luckily, the argo server did not have any files on it's file system, so (a) you could not do --parameters-file=/etcpasswd and (b) it would have never worked.

…oproj#8160

Signed-off-by: Alex Collins <alex_collins@intuit.com>
@alexec alexec requested a review from jessesuen as a code owner March 22, 2022 16:28
@alexec alexec changed the title fix: Support --parameter-file where ARGO_SERVER specified. Fixes #8160 fix: Support --parameters-file where ARGO_SERVER specified. Fixes #8160 Mar 22, 2022
Signed-off-by: Alex Collins <alex_collins@intuit.com>
@alexec alexec enabled auto-merge (squash) March 22, 2022 17:31
Copy link
Member

@terrytangyuan terrytangyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great found. LGTM

…oproj#8160

Signed-off-by: Alex Collins <alex_collins@intuit.com>
@alexec alexec merged commit d8aa467 into argoproj:master Mar 22, 2022
@alexec alexec deleted the params-file branch March 22, 2022 20:05
dpadhiar pushed a commit to dpadhiar/argo-workflows that referenced this pull request Mar 23, 2022
@sarabala1979 sarabala1979 mentioned this pull request Apr 14, 2022
85 tasks
sarabala1979 pushed a commit that referenced this pull request Apr 18, 2022
…8160 (#8213)

Signed-off-by: Alex Collins <alex_collins@intuit.com>
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.

Error submitting workflow via argo cli when passing --parameter-file flag
2 participants