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
GitHub SSO with dex returns Failed to query provider "https://argocd.<domain>.com/api/dex": Get "https://argocd-dex-server:5556/api/dex/.well-known/openid-configuration": EOF#21653
We are running our Argo instances on AKS clusters and are currently using Azure SSO to login. I wanted to switch to GitHub SSO with dex so we could manage the applications and RBAC ourselves. I got it working on one cluster and replicated the setup on another cluster (the domain will be different because of different environments) but for the most part they are exactly the same. I get the above error whenever I try logging in with GitHub.
Here is the dex config for the one that is currently broken.
the only major difference is the redirectURI is not present in the first one because the docs say it is not needed. I did have it included but removed it to see if it fix the issue. Our environments are built using terraform so configs should be mostly the same aside from some naming conventions due to differences in environments. Just wondering if anyone else has run into this issue, I'm almost positive I have everything spelled correctly so I'm curious why it's having trouble reaching the provider.
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
-
We are running our Argo instances on AKS clusters and are currently using Azure SSO to login. I wanted to switch to GitHub SSO with dex so we could manage the applications and RBAC ourselves. I got it working on one cluster and replicated the setup on another cluster (the domain will be different because of different environments) but for the most part they are exactly the same. I get the above error whenever I try logging in with GitHub.
Here is the dex config for the one that is currently broken.
and here is the dex config for the one that is working
the only major difference is the
redirectURI
is not present in the first one because the docs say it is not needed. I did have it included but removed it to see if it fix the issue. Our environments are built using terraform so configs should be mostly the same aside from some naming conventions due to differences in environments. Just wondering if anyone else has run into this issue, I'm almost positive I have everything spelled correctly so I'm curious why it's having trouble reaching the provider.Beta Was this translation helpful? Give feedback.
All reactions