Open GeorgiDimv opened 4 months ago
Hi @GeorgiDimv what is your argocd cli version and server version? also give more information on how to reproduce the issue?
argocd version --client Output is 2.10.9
to reproduce please check above:
config OIDC
logging via sso
create ArgoCD config file or use the default, default is in "~/.argocd/config".
run : argocd --config ~/.argocd/config app list
ArgoCD versions 2.10 and below have reached EOL. Can you upgrade and let us know if the issue is still present, please?
Checklist:
argocd version
.Describe the bug
ArgoCD cli returns following error after access token expire, and refresh token does not regenerate new one:
FATA[0001] oauth2: "invalid_grant" "Refresh token is invalid or expired."
To Reproduce
Configure OIDC for ArgoCD
create ArgoCD config file or use the default, default is in "~/.argocd/config". It should look like:
argocd --config ~/PATH/TO/CONFIG app list
Expected behavior
To list apps
Version v2.10.9