Skip to content
Snippets Groups Projects
Commit e9189e48 authored by František Dvořák's avatar František Dvořák
Browse files

JWT at devel instance

parent fe7d69ba
No related branches found
No related tags found
No related merge requests found
...@@ -108,9 +108,13 @@ hub: ...@@ -108,9 +108,13 @@ hub:
status: status:
url: "http://status-web/" url: "http://status-web/"
admin: true admin: true
jwt:
url: "http://localhost:1984/"
command: ["fastapi", "run", "--port", "1984", "/egi-notebooks-hub/egi_notebooks_hub/services/api_wrapper.py"]
display: false
image: image:
name: valtri/hub name: valtri/hub
tag: "3.x-eosc4" # EOSC, jupyter 3.1.0 tag: "eosc7-jwt"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
...@@ -129,8 +133,9 @@ hub: ...@@ -129,8 +133,9 @@ hub:
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://fullhub.eosc.zcu.cz/hub/oauth_callback" oauth_callback_url: "https://fullhub.eosc.zcu.cz/hub/oauth_callback"
openid_configuration_url: "https://proxy.testing.eosc-federation.eu/.well-known/openid-configuration"
scope: ["openid", "profile", "email", "offline_access", "entitlements"] scope: ["openid", "profile", "email", "offline_access", "entitlements"]
username_key: "sub" username_claim: "sub"
extra_authorize_params: extra_authorize_params:
prompt: consent prompt: consent
JupyterHub: JupyterHub:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment