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
Ok I find the problem. I'm using oidc-authservice with kubeflow (from kubeflow/manifests repo), which is not the latest version of oidc-authservice
So in version gcr.io/arrikto/kubeflow/oidc-authservice:28c59ef, the param was defined as SKIP_AUTH_URI not SKIP_AUTH_URLS, and is whitespace-separated not comma-separated.
In the latest version gcr.io/arrikto/kubeflow/oidc-authservice:e236439, the param was defined as SKIP_AUTH_URLS and is comma-separated, (I added a test in settings_test.go to verify it) but will get an ERR_TOO_MANY_REDIRECTS error.
The images version I am using gcr.io/arrikto/kubeflow/oidc-authservice:28c59ef
When I use Comma-separated list, I get the following error
ERR_TOO_MANY_REDIRECTS
The correct description is as follows
SKIP_AUTH_URI Space separated list of URIs like "/info /health" to bypass auth. Default empty
The text was updated successfully, but these errors were encountered: