Issues with Nginx & Argocd with basehref set #5683
Unanswered
ramanNarasimhan77
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
If I run argo-cd without basehref, I am able to select Helm repositories/Git Repositories on the Create new application screen and then argo-cd is able to auto-populate the
folder
orchart
andversion
drop downsHowever, if I run argo-cd with basehref set to
/argo-cd
. And setup http ingress for the UI with the url-rewites as described in the documentation - option-2-multiple-ingress-objects-and-hosts, & UI Basepath; I seem to be hitting this issue - URLs with special characters don't work in the presence of URL rewriting #5576The URL in this case contains special characters (URL encoded helm repo url), and Nginx ingress controller is unable to parse it properly and extract the rewrite-target.
Wondering if anyone else has faced this issue?
Beta Was this translation helpful? Give feedback.
All reactions