-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Multi User] Multi user mode early access release #3693
Comments
I merged kubeflow master to our forked manifest: kubeflow/manifests#1154 The manifest can be deployed by setting
when following https://www.kubeflow.org/docs/gke/deploy/deploy-cli/. |
Can this version work on prim k8s? |
@Mddct the design doesn't prevent us from running it on prem, but the first version of implementation requires https://cloud.google.com/iap. Therefore, it cannot be fully on prem. |
@Bobgy why is IAP required? Is it just a matter of integrating an identity provider that adds an appropriate JWT to incoming requests? /cc @yanniszark |
@Bobgy this seems very strange to me.
In other Kubeflow apps, we expose a kubeflow-userid-header and kubeflow-userid-prefix setting, so that it works across environments. |
@jlewi @yanniszark Your understandings are correct, it's only a matter of implementation. We need to make the header configurable and its content parsable. (currently it must be of form What does the Do you have capacity to contribute to these and test it with Dex+AuthService? Contributions welcomed. |
Updated instructions doc in issue description |
I'm interested since I don't want all Argo workflows runs in |
Just my 2 cent: This should be make configurable like we do in the centraldashboard and notebook spawner etc. |
@discordianfish Don't worry, it's already made configurable: #3752. /close |
@Bobgy: 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/test-infra repository. |
UPDATE:
Multi user mode early access is released with doc:
Instructions doc - KFP multi-user instructions for GCP: https://docs.google.com/document/d/1Ws4X1oNlaczhESNuEanZxbF-cnSfO78B1rBHWOkIAzo/
this is shared with kubeflow-discuss@ google group.
====
original content
Part of #3645
Provide an EAP manifest people can try out right now.
/cc @chensun @IronPan @jlewi
The text was updated successfully, but these errors were encountered: