Skip to content
Snippets Groups Projects
values.template.yaml 11.07 KiB
# This file can update the JupyterHub Helm chart's default configuration values.
#
# For reference see the configuration reference and default values, but make
# sure to refer to the Helm chart version of interest to you!
#
# Introduction to YAML:     https://www.youtube.com/watch?v=cdLNKUoMc6c
# Chart config reference:   https://zero-to-jupyterhub.readthedocs.io/en/stable/resources/reference.html
# Chart default values:     https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/HEAD/jupyterhub/values.yaml
# Available chart versions: https://jupyterhub.github.io/helm-chart/
#

hub:
  config:
    CILogonOAuthenticator:
      client_id: $CILOGON_ID
      client_secret: $CILOGON_SECRET
      oauth_callback_url: https://csusb-hpc.nrp-nautilus.io/hub/oauth_callback
#      username_claim: "email"
      admin_users: ["dvu@csusb.edu", "000065181@csusb.edu", "youngsu.kim@csusb.edu", "006501270@csusb.edu"]
      allow_all: false      
      allowed_idps:
        https://idp.csusb.edu/idp/shibboleth:
          username_derivation:
              username_claim: "email"
          allowed_domains:
          - csusb.edu
          - coyote.csusb.edu

        https://shibboleth.fullerton.edu/idp/shibboleth:
          username_derivation:
              username_claim: "email"
          allowed_domains:
          - fullerton.edu
          - csu.fullerton.edu          


        https://mckinley.csuci.edu/idp/shibboleth:
          username_derivation:
              username_claim: "email"
          allowed_domains:
          - csuci.edu
          - myci.csuci.edu

        https://idp.sfsu.edu/idp/shibboleth:
          username_derivation:
              username_claim: "email"
          allowed_domains:
          - sfsu.edu

        http://google.com/accounts/o8/id:
          username_derivation:
              username_claim: "email"
          allowed_domains:
          - ltu.edu
          - my.ltu.edu


      allowed_users:

        - dmishin@ucsd.edu
        - kcousins@csusb.edu	
        - doguhan.sundal@csusb.edu
        # 
        # CSE faculty
        - yunfei.hou@csusb.edu
        - jennifer.jin@csusb.edu
        - bilal.khan@csusb.edu
        - Mark.Takahashi@csusb.edu
        - HQiao@csusb.edu
        - MChao@csusb.edu