kubeflow / dashboard

Kubeflow Central Dashboard is the web interface for Kubeflow
Apache License 2.0
3 stars 2 forks source link

Can I use other login ways ? #7

Closed reconlabs-luke closed 1 month ago

reconlabs-luke commented 1 month ago

I wanna use some login process not using Dex (Kubeflow's default) like OAuth

Could you guys guide something to use ?

thesuperzapper commented 1 month ago

@reconlabs-luke This will depend on which distribution of Kubeflow you are using.

For example, if you are using deployKF, you can easily connect it to almost anything (but you will still be using dex indirectly):

juliusvonkohout commented 1 month ago

Yes, you can use connector in Dex or connect ouath2 directly to your IDP see https://github.com/kubeflow/manifests/tree/master/common/oauth2-proxy#change-the-default-authentication-from-dex--oauth2-proxy-to-oauth2-proxy-only

/close

google-oss-prow[bot] commented 1 month ago

@juliusvonkohout: Closing this issue.

In response to [this](https://github.com/kubeflow/dashboard/issues/7#issuecomment-2437278763): >Yes, you can use connector in Dex or connect ouath2 directly to your IDP see https://github.com/kubeflow/manifests/tree/master/common/oauth2-proxy#change-the-default-authentication-from-dex--oauth2-proxy-to-oauth2-proxy-only > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.