use preferred_username
This commit is contained in:
parent
e4c12b3db1
commit
96b118e350
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-02-03-v01
|
||||
targetRevision: streams-manifests-2025-02-03-v02
|
||||
path: jupyter/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
|
@ -35,7 +35,7 @@ hub:
|
|||
c.KeycloakOAuthenticator.token_url = keycloak_base + '/token'
|
||||
c.KeycloakOAuthenticator.userdata_params = {'state': 'state'}
|
||||
c.KeycloakOAuthenticator.userdata_url = keycloak_base + '/userinfo'
|
||||
c.KeycloakOAuthenticator.username_claim = 'username'
|
||||
c.KeycloakOAuthenticator.username_claim = 'preferred_username'
|
||||
extraEnv:
|
||||
JUPYTER_HOST: jupyter-test.streams.sunet.se
|
||||
JUPYTERHUB_API_KEY:
|
||||
|
|
Loading…
Add table
Reference in a new issue