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 have configured Google OAuth for ArgoCD using the following argocd-cm configuration:
data:
url: https://argocd.mydomain.com
dex.config: |
connectors:
- config:
issuer: https://accounts.google.com
clientID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.apps.googleusercontent.com
clientSecret: XXXXXXXXXXXXXXXXXXXX
type: oidc
id: google
name: Google
When I access https://argocd.mydomain.com and click on "Login via Google", I am redirected to the argocd login page again.
When expected result was to be redirected to gmail page.
Here are additional details about my setup:
ArgoCD is running in a Kubernetes cluster.
The ArgoCD URL is exposed via an ingress using a custom domain.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have configured Google OAuth for ArgoCD using the following argocd-cm configuration:
When I access https://argocd.mydomain.com and click on "Login via Google", I am redirected to the argocd login page again.
When expected result was to be redirected to gmail page.
Here are additional details about my setup:
I’ve already tried:
What could be causing the issue? How can I troubleshoot this further?
Beta Was this translation helpful? Give feedback.
All reactions