From 5ca58d78a19087ab7f1f56360090bf316dd77ef0 Mon Sep 17 00:00:00 2001 From: omrishiv <327609+omrishiv@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:10:32 -0700 Subject: [PATCH] update jupyterhub deployment authorization Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com> --- jupyterhub/jupyterhub/manifests/jupyterhub-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/jupyterhub/manifests/jupyterhub-config.yaml b/jupyterhub/jupyterhub/manifests/jupyterhub-config.yaml index 1a3b330..643fd8e 100644 --- a/jupyterhub/jupyterhub/manifests/jupyterhub-config.yaml +++ b/jupyterhub/jupyterhub/manifests/jupyterhub-config.yaml @@ -12,7 +12,7 @@ data: "name": "Jupyterhub Client", "description": "Used for Jupyterhub SSO", "publicClient": false, - "authorizationServicesEnabled": false, + "authorizationServicesEnabled": true, "serviceAccountsEnabled": false, "implicitFlowEnabled": false, "directAccessGrantsEnabled": true,