Skip to content

Commit

Permalink
Merge pull request #5218 from 2i2c-org/revert-5217-refresh-tokens
Browse files Browse the repository at this point in the history
Revert "use oauthenticator 17.2 for pkce-experiment (jupyter-health)"
  • Loading branch information
GeorgianaElena authored Dec 3, 2024
2 parents 294cc34 + 0e682e0 commit cdf2650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/clusters/jupyter-health/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jupyterhub:
#
image:
name: quay.io/2i2c/pkce-experiment
tag: 0.0.1-0.dev.git.11154.h8a6a8049
tag: 0.0.1-0.dev.git.10892.h37c70b2e
allowNamedServers: true
config:
JupyterHub:
Expand Down
10 changes: 5 additions & 5 deletions helm-charts/images/hub/pkce-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Image lives at quay.io/2i2c/pkce-experiment
# install oauthenticator 17.2,
# which adds PKCE support (17.1) and refresh tokens (17.2).
# experiment no longer needed when base chart is updated to z2jh 4.1.0
oauthenticator>=17.2,<18
# install oauthenticator 17.1,
# which adds PKCE support.
# experiment no longer needed when base chart is updated to z2jh 4.0.0
oauthenticator>=17.1,<18


# jupyterhub-configurator isn't maintained and its not intended to be developed
Expand All @@ -15,4 +15,4 @@ oauthenticator>=17.2,<18
git+https://github.com/yuvipanda/jupyterhub-configurator@backported-jh41-compatibility

# Brings in https://github.com/yuvipanda/jupyterhub-fancy-profiles
jupyterhub-fancy-profiles==0.3.10
jupyterhub-fancy-profiles==0.3.10

0 comments on commit cdf2650

Please sign in to comment.