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

Token exchange with JWT + enable debugging

parent 422f3a27
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,8 @@ hub: ...@@ -111,7 +111,8 @@ hub:
display: false display: false
image: image:
name: valtri/hub name: valtri/hub
tag: "eosc9-jwt" tag: "eosc-exchange"
# tag: "eosc-authorize1"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
...@@ -135,10 +136,12 @@ hub: ...@@ -135,10 +136,12 @@ hub:
username_claim: "sub" username_claim: "sub"
extra_authorize_params: extra_authorize_params:
prompt: consent prompt: consent
EOSCNodeAuthenticator:
personal_project_re: "^urn:geant:eosc-federation.eu:group:(pp-.*)$"
JupyterHub: JupyterHub:
admin_access: true admin_access: true
authenticate_prometheus: false authenticate_prometheus: false
authenticator_class: egi_notebooks_hub.egiauthenticator.EGICheckinAuthenticator authenticator_class: egi_notebooks_hub.egiauthenticator.EOSCNodeAuthenticator
# spawner_class: (in egi-notebooks-b2drop) # spawner_class: (in egi-notebooks-b2drop)
extraConfig: extraConfig:
egi-notebooks-welcome: |- egi-notebooks-welcome: |-
...@@ -421,3 +424,6 @@ hub: ...@@ -421,3 +424,6 @@ hub:
{%- raw %} {%- raw %}
{% extends "login.html" %} {% extends "login.html" %}
{% endraw %} {% endraw %}
debug:
enabled: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment