Skip to content

Commit

Permalink
health: expire cookies after 1 day
Browse files Browse the repository at this point in the history
should reduce expired tokens while we wait for refresh tokens to be redeployed
  • Loading branch information
minrk committed Dec 4, 2024
1 parent cdf2650 commit 430acc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/clusters/jupyter-health/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jupyterhub:
# requires logging into this hub. But since Jupyter Health team members have access to this
# repo, this is acceptable
authenticator_class: generic-oauth
# set cookie max age to 1
# while we don't have refresh tokens enabled
cookie_max_age_days: 1
GenericOAuthenticator:
client_id: Ima7rx8D6eko0PzlU1jK28WBUT2ZweZj7mqVG2wm
oauth_callback_url: https://staging.jupyter-health.2i2c.cloud/hub/oauth_callback
Expand Down

0 comments on commit 430acc1

Please sign in to comment.