-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally require auth token/header for all dashboard requests #52
Comments
/close this belongs to kubeflow/manifests i think |
@juliusvonkohout: Closing this issue. In response to this:
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-sigs/prow repository. |
@juliusvonkohout please re-open. While it is possible to do this with Istio, or something else, this should really be handled in the code-base instead. |
"It should really be possible to require users to be authenticated when interacting with Kubeflow, so I would like to be able to require authentication without using Istio" Kubeflow Platform does not work without istio. You can install the standalone components without istio or multi user support kubeflow/website#3724 The authentication stuff (oauth2-proxy) is in kubeflow/manifests as well |
I'm not arguing that Kubeflow should remove Istio as a required dependency (even though I would be very happy if this were to happen). The reason I hit this issue came from a minor misconfiguration in my installation of Kubeflow (or actually Istio), which allowed everyone and everything to do stuff in the central dashboard, without any indication of such an error. Setting |
Ok the central dashboard part belongs to kubeflow/kubeflow (will be migrated in the next months), but most other things are probably more related to kubeflow/manifests. |
/reopen To split this up and migrate later on |
@juliusvonkohout: Reopened this issue. In response to this:
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-sigs/prow repository. |
I am going to assume this request is about Kubeflow Dashboard, and rejecting requests that don't have |
Yes, exactly. Sorry if my poor explanation didn't get that across 😅 |
/transfer dashboard |
@AndersBennedsgaard: The label(s) In response to this:
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. |
/kind feature
Why you need this feature:
It should really be possible to require users to be authenticated when interacting with Kubeflow, so I would like to be able to require authentication without using Istio
Describe the solution you'd like:
The text was updated successfully, but these errors were encountered: