Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utoronto: revert to use oauthenticator 15.1 #3138

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion config/clusters/utoronto/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,18 @@ jupyterhub:
storageClassName: managed-premium
readinessProbe:
enabled: false
image:
# FIXME: This is from a 3.0.0-beta.1 based hub image build, not the 3.0.2
# based image build with oauthenticator 16, but with oauthenticator
# 15.1. This practically reverts the z2jh upgrade for utoronto made
# in https://github.com/2i2c-org/infrastructure/pull/3118.
#
name: quay.io/2i2c/pilot-hub
tag: "0.0.1-0.dev.git.6074.h895181eb"
config:
CILogonOAuthenticator:
oauth_callback_url: https://r-staging.datatools.utoronto.ca/hub/oauth_callback
shown_idps:
- https://idpz.utorauth.utoronto.ca/shibboleth
allowed_idps:
https://idpz.utorauth.utoronto.ca/shibboleth:
username_derivation:
Expand Down