Skip to content

Commit

Permalink
Fix some dupes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Mar 21, 2023
1 parent d9d4e28 commit 545b483
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions config/clusters/2i2c/binder-staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<p>binder.pangeo.io is public infrastructure operated by the <a href="https://2i2c.org">2i2c team</a>.<br /><br />
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
Expand Down

0 comments on commit 545b483

Please sign in to comment.