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

DM-43852: Get xsrf token from each redirect #77

Merged
merged 4 commits into from
May 15, 2024
Merged

Commits on May 15, 2024

  1. Drop token_name field

    service user tokens can't have names.
    jonathansick committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fa78b1c View commit details
    Browse the repository at this point in the history
  2. Get xsrf token from each redirect

    Correctly extract cookies from the middle of the redirect chain caused
    by initial authentication to a Nublado lab. This fixes failures seen
    with labs containing jupyterhub 4.1.3.
    jonathansick committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c015995 View commit details
    Browse the repository at this point in the history
  3. Reduce frequency of keepalive jobs to 1/15 minutes

    This reduces the traffic from keepalive in logging and is still plenty
    fast enough for culler settings.
    jonathansick committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2fff1be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e2ddff View commit details
    Browse the repository at this point in the history