Skip to content

Commit

Permalink
Merge pull request #106 from betatim/bchub-whitelists
Browse files Browse the repository at this point in the history
Add some users to the bootcamp whitelist and admin list
  • Loading branch information
betatim committed Aug 5, 2018
2 parents a5a28ea + 3cdcd65 commit 3b758d7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bootcamp-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ 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 @@ -51,6 +45,13 @@ jupyterhub:
users:
- earth-lab
- jenp0277
- betatim
- lwasser
admin:
access: true
users:
- betatim
- lwasser
type: github
github:
callbackUrl: "https://hub.earthdatascience.org/bootcamp-hub/hub/oauth_callback"
Expand Down

0 comments on commit 3b758d7

Please sign in to comment.