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 installed Argo CD on OpenShift 4.4 using the community operator, version 0.0.8. I then created an argocd CR to tell the operator to stand up the app:
$ argocd login localhost:8080
WARNING: server certificate had error: x509: certificate is valid for argocd, argocd-grpc, argocd.argocd.svc.cluster.local, not localhost. Proceed insecurely (y/n)? y
Username: admin
Password:
FATA[0008] rpc error: code = Unauthenticated desc = Invalid username or password
I also tried logging in via LoadBalancer IP, and I tried resetting the admin password per "I forgot the admin password, how do I reset it?" in the FAQ. It doesn't help.
When I install manually using step 1 here, I can login fine:
$ argocd login localhost:8080
WARNING: server certificate had error: x509: certificate signed by unknown authority. Proceed insecurely (y/n)? y
Username: admin
Password:
'admin' logged in successfully
Context 'localhost:8080' updated
I noticed the x509 error message is different in the two cases. Not sure if that's related to the root cause.
To Reproduce
See above
Expected behavior
I can login as admin when installed via operatorhub.
Thanks for pointing me to that. I was able to login as admin with the password here: kubectl get secret argocd-cluster -o yaml | yq r - "data.admin*" | base64 --decode
Checklist:
argocd version
.Describe the bug
I installed Argo CD on OpenShift 4.4 using the community operator, version 0.0.8. I then created an
argocd
CR to tell the operator to stand up the app:I forwarded a port:
I cannot login as admin:
I also tried logging in via LoadBalancer IP, and I tried resetting the admin password per "I forgot the admin password, how do I reset it?" in the FAQ. It doesn't help.
When I install manually using step 1 here, I can login fine:
I noticed the x509 error message is different in the two cases. Not sure if that's related to the root cause.
To Reproduce
See above
Expected behavior
I can login as admin when installed via operatorhub.
Screenshots
Version
The text was updated successfully, but these errors were encountered: