-
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
Support external link annotation #4752
Comments
A feature to add links exists: https://argoproj.github.io/argo/links/ |
This is to provide a link to the argo server, and I am aware that it is not possible to provide a link for individual workflows.
I don't know what the policy is for modifications, so please let me know. Are you assuming that you don't add any processing on the server side, but modify the front end (probably around here)? |
links:
- name: Example Workflow Link
scope: workflow
url: http://logging-facility?namespace=${metadata.namespace}&workflowName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
- name: Example Pod Link
scope: pod
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} I thinking new formatting things could be added: links:
- name: Example Workflow Link
scope: workflow
URL: "${metadata.annotations[''workflows.argoproj.io/external-link"]}' You'd need to modify this func to support it: |
Summary
Like argoproj/argo-cd#4380, we may want to put external links to workflow templates and workflow execution results from UI as well.
Use Cases
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: