Try new config
This commit is contained in:
parent
7c39aefefa
commit
86231c9ea2
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-30-v23
|
||||
targetRevision: streams-manifests-2025-01-31-v27
|
||||
path: jupyter/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
|
@ -23,7 +23,7 @@ hub:
|
|||
keycloak_base = 'https://' + os.environ['KEYCLOAK_HOST'] + '/realms/' + os.environ['KEYCLOAK_REALM'] + '/protocol/openid-connect'
|
||||
|
||||
c.JupyterHub.authenticator_class = KeycloakOAuthenticator
|
||||
c.KeycloakOAuthenticator.admin_users = ['kano@sunet.se', 'benedith@sunet.se']
|
||||
c.KeycloakOAuthenticator.admin_users = ['kano', 'benedith']
|
||||
c.KeycloakOAuthenticator.allow_all = True
|
||||
c.KeycloakOAuthenticator.authorize_url = keycloak_base + '/auth'
|
||||
c.KeycloakOAuthenticator.client_id = os.environ['KEYCLOAK_CLIENT_ID']
|
||||
|
@ -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 = 'preferred_username'
|
||||
c.KeycloakOAuthenticator.username_claim = 'username'
|
||||
extraEnv:
|
||||
JUPYTER_HOST: jupyter-test.streams.sunet.se
|
||||
JUPYTERHUB_API_KEY:
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-31-v26
|
||||
targetRevision: streams-manifests-2025-01-31-v27
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue