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:
status:
url: "http://status-web/"
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:
name: valtri/hub
tag: "3.x-eosc4" # EOSC, jupyter 3.1.0
tag: "eosc7-jwt"
config:
Authenticator:
enable_auth_state: true
......@@ -129,8 +133,9 @@ hub:
client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}"
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"]
username_key: "sub"
username_claim: "sub"
extra_authorize_params:
prompt: consent
JupyterHub:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment