Skip to content

Commit

Permalink
Merge pull request #4981 from consideRatio/pr/z2jh4-prep
Browse files Browse the repository at this point in the history
2i2c, staging: fully disable dex
  • Loading branch information
consideRatio authored Oct 18, 2024
2 parents 762c0e2 + a5618af commit 2ae61dc
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions config/clusters/2i2c/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,19 @@ jupyterhub:
name: 2i2c
url: https://2i2c.org
hub:
services:
dex:
url: http://dex:5556
oauth_redirect_uri: https://staging.2i2c.cloud/services/dex/callback
oauth_no_confirm: true
display: false
oauth2-proxy:
url: http://dex:9000
display: false
# FIXME: dex and oauth2-proxy is commented out to avoid error messages until
# its fixed to work again, it also makes jupyterhub 5.2.0 fail to
# start if it can't connect to this during startup.
#
# services:
# dex:
# url: http://dex:5556
# oauth_redirect_uri: https://staging.2i2c.cloud/services/dex/callback
# oauth_no_confirm: true
# display: false
# oauth2-proxy:
# url: http://dex:9000
# display: false
config:
JupyterHub:
authenticator_class: cilogon
Expand Down

0 comments on commit 2ae61dc

Please sign in to comment.