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" } },