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 created a proxy endpoint to access argocd when I launch backstage top of the main branch (commit: f996bf6) of this project: backstage-showcase but I cannot access argocd stuff
and see this message within the browser dev console:
proxy:
skipInvalidProxies: true
endpoints:
'/argocd/api':
# url to the api of your hosted argoCD instance
target: https://openshift-gitops-server-openshift-gitops.apps.qshift.snowdrop.dev/api/v1/
changeOrigin: true
# this line is required if your hosted argoCD instance has self-signed certificate
secure: false
headers:
Cookie:
$env: "argocd.token=<ARGOCD_AUTH_TOKEN>"
argocd:
baseUrl: https://openshift-gitops-server-openshift-gitops.apps.qshift.snowdrop.dev/
username: admin
password: XXXXXXXXXXXXXX
appLocatorMethods:
- type: config
instances:
- name: argocdQShift
url: https://openshift-gitops-server-openshift-gitops.apps.qshift.snowdrop.dev/
The text was updated successfully, but these errors were encountered:
Issue
I created a proxy endpoint to access
argocd
when I launch backstage top of the main branch (commit: f996bf6) of this project: backstage-showcase but I cannot accessargocd
stuffand see this message within the browser dev console:
Do we have to configure something specifically ?
Here is how I configured it
The text was updated successfully, but these errors were encountered: