ArgoCD CLI login with apikey/token? #10033
Replies: 5 comments 12 replies
-
I'm not certain that you can log in using the token. But I believe you can use the token with the argocd CLI by setting |
Beta Was this translation helpful? Give feedback.
-
Why when I'm setting --auth-token it still asks me for user/password?
|
Beta Was this translation helpful? Give feedback.
-
One does not simply login with a token.... one simply uses it, like so: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I just bumped into this as well and as it turns out the simplest approach in my case ( openshift with oauth proxy) would be to pass --sso option. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Is it possible to login to argo cli using apikey/token? Docs are unclear for me :(
What I want is login to cli like:
argocd login <server_name> --username <user> --password <password>
but using apikey/token. I can generate token for my user, but I don't know how to login using it
Beta Was this translation helpful? Give feedback.
All reactions