Add info around argo token

This commit is contained in:
jeangab 2024-04-20 15:50:11 -04:00
parent bd689fe582
commit 1045a1e11b

View File

@ -77,6 +77,9 @@ proxy:
secure: false
headers:
Cookie:
# Set this variable by using this command
# argocd --server argocd-server-sreez.apps.oc-med.wk.nt.local:443 --insecure account generate-token --account backstage
# Use the appropriate account as configured in your argo-cm deployment ConfigMap
$env: ARGOCD_AUTH_TOKEN
### Example for how to add a proxy endpoint for the frontend.
### A typical reason to do this is to handle HTTPS and CORS for internal services.