diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 7531c0a8cff5b7cb29ef4a8946c0d9e460e13e19..545395905c5c353dfe73acc49a0705b5d518dd8e 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -73,6 +73,8 @@ singleuser: extra_annotations: "egi.eu/flavor": "small-environment-2-vcpu-4-gb-ram" cmd: jupyterhub-singleuser-webdav-wrapper + extraEnv: + JUPYTERHUB_ALLOW_TOKEN_IN_URL: "1" extraFiles: wait-remote-home.sh: mode: 0755 diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 1723d1d91f9fa0337adaf43cf6983b9d5693fca0..9f3aa053d549e25f828354485a188af176b3bf23 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -92,6 +92,8 @@ singleuser: extra_resource_limits: nvidia.com/gpu: 1 cmd: jupyterhub-singleuser-webdav-wrapper + extraEnv: + JUPYTERHUB_ALLOW_TOKEN_IN_URL: "1" extraFiles: wait-remote-home.sh: mode: 0755 diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index f53470b1c1baf8e793d36a3c16db462fdc7030ed..3b69914835d3eef0b7cb68ddf49f5ab0ce0b54d1 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -93,6 +93,8 @@ singleuser: extra_resource_limits: nvidia.com/gpu: 1 cmd: jupyterhub-singleuser-webdav-wrapper + extraEnv: + JUPYTERHUB_ALLOW_TOKEN_IN_URL: "1" extraFiles: wait-remote-home.sh: mode: 0755