You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested with the :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.
I have searched existing issues and could not find a match for this bug
So it changes the protocole scheme to http and it omits the dns name : my_argo_ui/ Expected Behavior:
https://my_argo_ui/workflows/?label=workflows.argoproj.io/completed=true_
Version(s)
v3.6.2
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
I have set it to https://localhost:2746/workflows?label=workflows.argoproj.io/completed=true, and it works now.
In the same config, I'm seeing that that all urls are hardcoded (with http:// scheme and without server:[port]). Is this done on purpose or it should be fixed ?
I have set it to https://localhost:2746/workflows?label=workflows.argoproj.io/completed=true, and it works now. In the same config, I'm seeing that that all urls are hardcoded (with http:// scheme and without server:[port]). Is this done on purpose or it should be fixed ?
The example shown here is that you can customize your config to modify these URLs.
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?
I have deployed a workflow, and it's finished.
Check screenshot :
When I click on "Completed Workflows" button, the link changes to: http://workflows/?label=workflows.argoproj.io/completed=true
So it changes the protocole scheme to http and it omits the dns name : my_argo_ui/
Expected Behavior:
https://my_argo_ui/workflows/?label=workflows.argoproj.io/completed=true_
Version(s)
v3.6.2
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
Any workflow
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: