Open oisin88 opened 1 year ago
Summary:
Theese args not working for the following UI elemnts.
The URLs for clicking these UI components do not include "baseref".
These docs describe these args:
https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#:~:text=NOTE%3A%20The%20flag%20%2D%2Drootpath%20changes%20both%20API%20Server%20and%20UI%20base%20URL.%20Example%20nginx.conf%3A
Steps to Recreate:
Download the standard Argo install. https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
Add the Guestbook sample App.
Update the ArgoCd Server Args with the following:
- name: ARGOCD_SERVER_BASEHREF value: /foo/bar - name: ARGOCD_SERVER_ROOTPATH value: /foo/bar
Apply the Updated Manifest.
The sever starts at https://localhost:8080/foo/bar at expected.
The URL https://localhost:8080/applications/argocd/guestbook?view=tree does not have /foo/bar in it.
The URL https://localhost:8080/swagger-ui
does not have foo/bar
I would have a try at fixing but I am not a front end engineer.
Thanks, Oisin
found a similar issue:
https://github.com/argoproj/argo-cd/issues/6548
Summary:
Theese args not working for the following UI elemnts.
The URLs for clicking these UI components do not include "baseref".
These docs describe these args:
https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#:~:text=NOTE%3A%20The%20flag%20%2D%2Drootpath%20changes%20both%20API%20Server%20and%20UI%20base%20URL.%20Example%20nginx.conf%3A
Steps to Recreate:
Download the standard Argo install. https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
Add the Guestbook sample App.
Update the ArgoCd Server Args with the following:
Apply the Updated Manifest.
The sever starts at https://localhost:8080/foo/bar at expected.
The URL https://localhost:8080/applications/argocd/guestbook?view=tree does not have /foo/bar in it.
The URL https://localhost:8080/swagger-ui
does not have foo/bar
I would have a try at fixing but I am not a front end engineer.
Thanks, Oisin