Yan Pan

Results 5 comments of Yan Pan

Here is a workaround to authenticate for `kfp.Client()` in Python: ```python import requests import kfp HOST = "http://localhost:8080/" USERNAME = "[email protected]" PASSWORD = "12341234" NAMESPACE = "your-kf-ui-namespace" session = requests.Session()...

> ```python > http://ki-server3:30080/ > ``` Hi @tomalbrecht, were you able to authenticate the Web UI on browser using url `http://ki-server3:30080/` and `USERNAME`/`PASSWORD` above?

@tomalbrecht I'm not sure about the ssl issue, but I had my port point to `svc/istio-ingressgateway` instead of `dex`, following the doc: https://www.kubeflow.org/docs/started/k8s/kfctl-istio-dex/#accessing-kubeflow Hope it helps!

@tomalbrecht No I didn’t do any customization. I’d recommend asking for more help on the slack channel https://www.kubeflow.org/docs/about/community/#slack-community-and-channels

@tomalbrecht BTW namespace for client should be the one showing up on web UI, not necessarily `kubeflow`