mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Fix Service oauth client ids must start with 'service-' in the service launcher
This commit is contained in:
@@ -9,7 +9,7 @@ if [[ -z "${JUPYTERHUB_API_TOKEN}" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# 2. oauth client ID
|
# 2. oauth client ID
|
||||||
export JUPYTERHUB_CLIENT_ID='whoami-oauth-client-test'
|
export JUPYTERHUB_CLIENT_ID='service-oauth-client-test'
|
||||||
# 3. where the Hub is
|
# 3. where the Hub is
|
||||||
export JUPYTERHUB_URL='http://127.0.0.1:8000'
|
export JUPYTERHUB_URL='http://127.0.0.1:8000'
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ if [[ -z "${JUPYTERHUB_API_TOKEN}" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# 2. oauth client ID
|
# 2. oauth client ID
|
||||||
export JUPYTERHUB_CLIENT_ID="whoami-oauth-client-test"
|
export JUPYTERHUB_CLIENT_ID="service-oauth-client-test"
|
||||||
# 3. what URL to run on
|
# 3. what URL to run on
|
||||||
export JUPYTERHUB_SERVICE_PREFIX='/'
|
export JUPYTERHUB_SERVICE_PREFIX='/'
|
||||||
export JUPYTERHUB_SERVICE_URL='http://127.0.0.1:5555'
|
export JUPYTERHUB_SERVICE_URL='http://127.0.0.1:5555'
|
||||||
|
Reference in New Issue
Block a user