-
I'm running ArgoCD behind an oauth2-proxy auth policy with Istio. Web UI works fine, but I'm having problems with the CLI. I allow certain endpoints of my ArgoCD URL through without going through the reverse proxy, eg. to make github webhooks work:
The CLI does not work with this setting, I get the following error:
It works if I disable the oauth2-authentication flow entirely, so I'm guessing that the CLI is hitting the reverse proxy, and that I will need to whitelist more paths above to get it working. Does anyone know what to do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Turns out this caused by peculiarities with istio when dealing with grpc. Had to do this:
|
Beta Was this translation helpful? Give feedback.
Turns out this caused by peculiarities with istio when dealing with grpc. Had to do this: