diff --git a/config/clusters/2i2c/binder-staging.values.yaml b/config/clusters/2i2c/binder-staging.values.yaml index dcfb9de3d4..68435c5a7f 100644 --- a/config/clusters/2i2c/binder-staging.values.yaml +++ b/config/clusters/2i2c/binder-staging.values.yaml @@ -13,38 +13,14 @@ binderhub: token_url: https://us-central1-docker.pkg.dev/v2/token?service= BinderHub: # The URL set as jupyterhub.ingress.hosts[0] in this config - auth_enabled: True + auth_enabled: true hub_url: https://binder-staging.hub.2i2c.cloud image_prefix: us-central1-docker.pkg.dev/two-eye-two-see/binder-staging-registry/binder-staging- - auth_enabled: true template_path: /etc/binderhub/custom/templates extra_static_path: /etc/binderhub/custom/static extra_static_url_prefix: /extra_static/ about_message: |
binder.pangeo.io is public infrastructure operated by the 2i2c team.
- jupyterhub:
- hub:
- redirectToServer: false
- config:
- BinderSpawner:
- auth_enabled: false
- services:
- binder:
- oauth_no_confirm: true
- oauth_redirect_uri: "https://binder-staging.2i2c.cloud/hub/oauth_callback"
- JupyterHub:
- authenticator_class: cilogon
- CILogonOAuthenticator:
- oauth_callback_url: "https://binder-staging.2i2c.cloud/hub/oauth_callback"
- allowed_idps:
- - http://google.com/accounts/o8/id:
- username_derivation:
- username_claim: email
- Authenticator:
- username_pattern: '^(.+@2i2c\.org|deployment-service-check)$'
- delete_invalid_users: true
- singleuser:
- cmd: jupyterhub-singleuser
initContainers:
- name: git-clone-templates
image: alpine/git