From a5599b43116f21a410be889b58178025f97dac55 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 12 Jul 2022 18:16:57 +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 19d99e0..8b21a2e 100644 --- a/templates/jupyterhub_add_serveroptions_to_context.json.j2 +++ b/templates/jupyterhub_add_serveroptions_to_context.json.j2 @@ -29,7 +29,7 @@ "name": "pyrest", "taskReferenceName": "authorize", "inputParameters": { - "url": "{{ keycloak }}/{{ keycloak_realm }}/protocol/openid-connect/token", + "url": "{{ keycloak }}/master/protocol/openid-connect/token", "method": "POST", "headers": { "Accept": "application/json"