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
When I visit http://http://10.86.26.241 through the browser, the page is redirected to the keycloak page
and is asked to enter the username and password. Once I enter the username and password created
in the realm of kubeflow in keycloak, I will get a display "too many redirects".
The keycloak realms kubelow set the valid redirect uris "http://10.86.26.241/login/oidc" or
"http://10.86.26.241/login/oidc/*" or "http://10.86.26.241/*", still all getting the above error page.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Since it took me a lot of testing, I am trying to saving some people's time here by saying that except for what is mentioned here, what worked for me was to define: REDIRECT_URL: https://<my_kubeflow_server:port>/authservice/oidc/callback in params.env, or in ConfigMap oidc-authservice-parameters (for those who installed Kubeflow in Kubernetes)
and the same value in my Keycloak in "Valid redirect URIs"
kubeflow version: v1.7.0
My keycloak server is "http://10.86.26.178:8081".
Before using keycloak, I can access my kubeflow page through "http://10.86.26.241".
$ cd kubeflow/manifests/common/oidc-authservice/base
$ cat params.env
$ cat secret_params.env
$ kustomize build common/oidc-authservice/base |kubectl delete -f -
$ kustomize build common/oidc-authservice/base |kubectl apply -f -
The text was updated successfully, but these errors were encountered: