ArgoCD Auth + Argo Workflows SSO Returning 404 #14310
Unanswered
SomniVertix
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
-
Im trying to set up argo workflows to work with arogcd and I get a 404 not found when argo workflows tries to redirect me to argo. I tried following this guide:
https://argo-workflows.readthedocs.io/en/latest/argo-server-sso-argocd/#example-helm-chart-configuration-for-authenticating-against-argo-cds-dex
But im not sure whats possibly incorrectly set in my argocd values
The URL that I get redirected to from workflows is this:
https://<argocd url>/api/dex/<argo workflows url>/oauth2/callback
which is weird...Any help here?
Beta Was this translation helpful? Give feedback.
All reactions