How can I configure ArgoCD CLI to work with SSO and Cloudflare URL? #20234
-
Hey. My company uses SSO via Okta to login to ArgoCD and uses Cloudflare urls for ArgoCD UI. I've tried to use CLI, but facing some issues when trying to get SSO login to work. Also, TLS doesn't work well.
But got
This doesn't work without SSO either.
It proceeds, but then I get
When I check
I get the html response as
If I just try without sso
I get prompted a username, making some progress. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I needed to pass a cloudflare token as a header
|
Beta Was this translation helpful? Give feedback.
-
Hm, but now I'm getting
when trying to run any commands |
Beta Was this translation helpful? Give feedback.
-
I've managed to make it work with
And then in a separate window
|
Beta Was this translation helpful? Give feedback.
-
Apparently with a former approach I need to pass |
Beta Was this translation helpful? Give feedback.
I've managed to make it work with
And then in a separate window