notebooks/components/notebook-controller/controllers
Sven Nobis df961073d3
feat: Add support to run notebooks on its own subdomains in Istio
This new feature makes it possible to host notebooks on their own subdomains when Istio is used. This isolates the notebook's origin from the dashboard / Kubeflow API origin in the browser and addresses a security problem that allows session hijacking through a malicious notebook.

Signed-off-by: Lorin Lehawany <llehawany@ernw.de>
Signed-off-by: Sven Nobis <mail@sven.to>
2025-09-04 21:50:40 +02:00
..
culling_controller.go Implement a culling controller for Notebooks (kubeflow/kubeflow#6807) 2023-01-26 13:32:10 +00:00
culling_controller_test.go Implement a culling controller for Notebooks (kubeflow/kubeflow#6807) 2023-01-26 13:32:10 +00:00
notebook_controller.go feat: Add support to run notebooks on its own subdomains in Istio 2025-09-04 21:50:40 +02:00
notebook_controller_bdd_test.go Implemented functional tests using ginkgo for notebook controller (kubeflow/kubeflow#5378) 2020-11-11 05:57:49 -08:00
notebook_controller_test.go Fix #6056: Update Notebook status properly (kubeflow/kubeflow#6628) 2022-08-30 13:47:55 +00:00
suite_test.go Support K8s 1.22 in notebook controller (kubeflow/kubeflow#6374) 2022-05-03 15:49:01 +00:00