back to preferred_username
This commit is contained in:
parent
a231a5c755
commit
c90221455a
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||||
targetRevision: streams-manifests-2025-02-03-v07
|
targetRevision: streams-manifests-2025-02-03-v08
|
||||||
path: jupyter/overlays/test
|
path: jupyter/overlays/test
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
|
@ -29,7 +29,7 @@ hub:
|
||||||
c.GenericOAuthenticator.userdata_url = keycloak_base + '/userinfo'
|
c.GenericOAuthenticator.userdata_url = keycloak_base + '/userinfo'
|
||||||
c.GenericOAuthenticator.userdata_method = 'GET'
|
c.GenericOAuthenticator.userdata_method = 'GET'
|
||||||
c.GenericOAuthenticator.userdata_params = {'state': 'state'}
|
c.GenericOAuthenticator.userdata_params = {'state': 'state'}
|
||||||
c.GenericOAuthenticator.username_key = 'username'
|
c.GenericOAuthenticator.username_key = 'preferred_username'
|
||||||
c.GenericOAuthenticator.scope = ['openid', 'profile', 'email']
|
c.GenericOAuthenticator.scope = ['openid', 'profile', 'email']
|
||||||
c.GenericOAuthenticator.admin_users = ['kano', 'benedith']
|
c.GenericOAuthenticator.admin_users = ['kano', 'benedith']
|
||||||
c.GenericOAuthenticator.allow_all = True
|
c.GenericOAuthenticator.allow_all = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue