add scope

This commit is contained in:
Micke Nordin 2025-02-03 14:06:08 +01:00
parent 357447ff8c
commit a231a5c755
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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']