Google SSO for Argo workflow does not work #13927
milosara78
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
Am new to argo workflow. We have a running argo cd setup with the dex deployment using helm .
We have deployed argo-workflow with chart version 0.42.7.
All we want to achieve is the SSO login using Google . We have the google groups available which comprises of my team members . Now all i need is when someone from my team try to access the argo workflow it should use google auth . As per docs it says we have to use DEX to support google SSO , hence we have added the configmap for static clients like below
Also my workflow controller is set with
I have the secret created with client-secret and client id for the argo-sso-secret too as mentioned in doc.
But the problem is when i just use this and try to access i get
when i inspect in browser i can see
=====
Created default sa and it works :
So i have to use the default SA which then works like after seeing this error if i click login it logs in with default account and shows
default user account .
The documentation used for SSO:
https://argo-workflows.readthedocs.io/en/release-3.5/argo-server-sso/
Beta Was this translation helpful? Give feedback.
All reactions