Skip to content

Commit

Permalink
Merge pull request #102 from earthlab/new-hub
Browse files Browse the repository at this point in the history
adding whitelist users AND admins
  • Loading branch information
Leah Wasser committed Aug 3, 2018
2 parents 7386ea3 + fc1ec56 commit d826e38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bootcamp-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ jupyterhub:
prometheus.io/scrape: "true"
# this needs to start with the value of `hub.baseUrl`
prometheus.io/path: /bootcamp-hub/hub/metrics
extraConfig:
auth: |
c.JupyterHub.authenticator_class = 'hashauthenticator.HashAuthenticator'
admin: |
c.Authenticator.admin_users = {'lwasser', 'jlpalomino ', 'betatim'}
c.JupyterHub.admin_access = True
singleuser:
image:
# tag will be set by travis on deployment
Expand Down Expand Up @@ -41,6 +47,10 @@ jupyterhub:
hosts:
- hub.earthdatascience.org
auth:
whitelist:
users:
- earth.lab
- jenp0277
type: github
github:
callbackUrl: "https://hub.earthdatascience.org/bootcamp-hub/hub/oauth_callback"
Expand Down

0 comments on commit d826e38

Please sign in to comment.