Skip to content

Commit

Permalink
Merge pull request #100 from earthlab/new-hub
Browse files Browse the repository at this point in the history
updating to earth lab oath acct & adding admins to hub
  • Loading branch information
Leah Wasser committed Aug 3, 2018
2 parents c7937fd + 0a305fe commit 46415fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 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
Binary file modified secrets/bootcamp-hub.yaml
Binary file not shown.

0 comments on commit 46415fc

Please sign in to comment.