You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default daskhub helm chart sets a public proxy service in LoadBalancer mode.
f that is installed in a regular kubernetes cloud service, it exposes a jupyterhub interface to any user without password and therefore allows running arbitrary code in that instance.
To prevent that this change is added in the values.yaml file within the helm chart.
jupyterhub:
proxy:
service:
type: ClusterIP
However, if the helm chart is updated (dev-scripts/update-helm-charts.sh) this change will be overwritten.
The text was updated successfully, but these errors were encountered:
By default daskhub helm chart sets a public proxy service in
LoadBalancer
mode.f that is installed in a regular kubernetes cloud service, it exposes a jupyterhub interface to any user without password and therefore allows running arbitrary code in that instance.
To prevent that this change is added in the
values.yaml
file within the helm chart.However, if the helm chart is updated (dev-scripts/update-helm-charts.sh) this change will be overwritten.
The text was updated successfully, but these errors were encountered: