Skip to content

Commit

Permalink
Merge pull request #5276 from minrk/oauth-17.3
Browse files Browse the repository at this point in the history
bump oauthenticator to 17.3 in pkce-experiment
  • Loading branch information
GeorgianaElena authored Dec 11, 2024
2 parents 562e821 + 5206fa2 commit e1c089c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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.11169.h1e0fa323
tag: 0.0.1-0.dev.git.11270.hac9ace7f
allowNamedServers: true
config:
JupyterHub:
Expand Down
11 changes: 5 additions & 6 deletions helm-charts/images/hub/pkce-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Image lives at quay.io/2i2c/pkce-experiment
# install oauthenticator 17.1,
# which adds PKCE support.
# experiment no longer needed when base chart is updated to z2jh 4.0.0
# Experiment with https://github.com/jupyterhub/oauthenticator/pull/780 and oauthenticator 17.2
git+https://github.com/minrk/oauthenticator@refresh-skip
# install oauthenticator 17.3,
# which adds PKCE and refresh_token support
# experiment no longer needed when base chart is updated to z2jh 4.1.0
oauthenticator>=17.3,<18


# jupyterhub-configurator isn't maintained and its not intended to be developed
Expand All @@ -16,4 +15,4 @@ git+https://github.com/minrk/oauthenticator@refresh-skip
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 e1c089c

Please sign in to comment.