-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
It would be useful to have a way to disable the automatic ingress links so we can have more control over what is displayed in the UI.
Motivation
- I have ingresses that define some paths that send the traffic to an "error backend" (its job is to only send a HTTP 4xx/5xx errors). I don't want these paths to show up in the ArgoCD UI. This may be a weird setup, but I'm sure there are other unusual setup out there that cannot be automatically detected.
- This would provide a possible workaround for issues like ArgoCD UI Ingress go-to links use wrong URL scheme (HTTP) #8021.
Proposal
A new annotation that can be put on ingress resources could allow the user to disable the automatic URL generation logic. Manually provided external URLs (link.argocd.argoproj.io/.. annotations) should still be processed, allowing the user to chose exactly which URLs should be displayed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request