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