-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
python sdk auth bug #8230
Comments
There might be two bugs here. Can you make sure you create a workflow before you make a list operation? |
This seems to be the same issue as #7781. Somehow the generated code passes None to args and return values. |
This was referenced Apr 8, 2022
alexec
added a commit
that referenced
this issue
Apr 11, 2022
Signed-off-by: Alex Collins <[email protected]>
@alexec Any release plan for this fix? |
alexec
added a commit
that referenced
this issue
Apr 18, 2022
Signed-off-by: Alex Collins <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to use
BearerToken
as the authentication method, but it seems that there are bugs here.Argo-workflows version
Reproduce code
Token from here
https://argoproj.github.io/argo-workflows/access-token/#token-creation
curl got correct results.
Two problems here
No auth is passed in
When no workflows executed, list_workflows fails
By manually passed
auth = ["BearerToken"]
to fix previous bug, I got following error. Argo server is deployed from ground up before accessing it. No workflows have been executed.The text was updated successfully, but these errors were encountered: