From 18cb7070538ccc323e5f4fe464f10496d25fe67c Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 14 Jul 2022 12:41:24 +0200 Subject: [PATCH] reconfigured for jupyterhub-prod --- templates/jupyterhub_add_serveroptions_to_context.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jupyterhub_add_serveroptions_to_context.json.j2 b/templates/jupyterhub_add_serveroptions_to_context.json.j2 index 0fc5e82..4f6045a 100644 --- a/templates/jupyterhub_add_serveroptions_to_context.json.j2 +++ b/templates/jupyterhub_add_serveroptions_to_context.json.j2 @@ -12,7 +12,7 @@ "keycloak": "{{ keycloak }}/{{ keycloak_realm }}", "keycloak_admin": "{{ keycloak_admin }}/{{ keycloak_realm }}", "ctx": "${workflow.input.context}", - "jupyterhub_clientid" : "jupyterhub-dev", + "jupyterhub_clientid" : "jupyterhub-prod", "scriptExpression": "function e(v){ return (v == null || (v.trim && v.trim() === ''))}; if(e($.ctx)) throw('Context must not be empty'); else return { encoded_context : $.ctx.replaceAll('/', '%2F')}" }, "type": "LAMBDA",