From 38f48f558e9326fcc2fe0329bae5159482e5529c Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 12 Jul 2022 18:18:44 +0200 Subject: [PATCH] authorization is required on master --- 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 8b21a2e..eff18c5 100644 --- a/templates/jupyterhub_add_serveroptions_to_context.json.j2 +++ b/templates/jupyterhub_add_serveroptions_to_context.json.j2 @@ -36,7 +36,7 @@ }, "body": { "client_id": "orchestrator", - "client_secret": "{{ keycloak_auth }}", + "client_secret": "{{ keycloak_auth_master }}", "grant_type": "client_credentials" } },