Closed StefanoPastore closed 1 week ago
@StefanoPastore v3.4.5 won't work as its new feature in v3.6 https://github.com/argoproj/argo-workflows/pull/13360/files#diff-3a016aa10cad3f72e2231086e628acc29d23bc40aae9008d9242943c62edbb24 u can try the latest rc of v3.6
Hi @tooptoop4 it is working now with the latest RC v3.6-rc4, thanks for your help.
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
When my workflow try to use artifacts using Azure in the logs of the main container we see the fatal error in the wait container as attached below. I followed this doc to generate the secret, but after some trail and error we found that the secret must be a base64 of the base64 of the SAS token, but then we face this issue.
Version(s)
v3.4.5
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container