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

GKE improvements for D4science #117

Merged
merged 9 commits into from
Jun 20, 2024
Merged

Commits on Feb 1, 2024

  1. Avoid error 500 when context is not available

    Instead show a 403 error, that looks better
    enolfc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1a90885 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    01495b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a26cfb View commit details
    Browse the repository at this point in the history
  3. Remove tornado setting from the spawner

    Instead of using complicated options in the tornado settings that are
    harder to express with the latest Jupyter versions, use the ingress
    settings to set the headers for every requests. This will also ensure
    that we don't forget some random page or sub-service from having the
    correct headers
    enolfc committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2a743a1 View commit details
    Browse the repository at this point in the history
  4. Add label as authentication option

    These are passed to the spawner so they can be reflected in the
    Kubernetes objects accordingly
    enolfc committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8880b60 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Linting

    enolfc committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2f9f985 View commit details
    Browse the repository at this point in the history
  2. Fix method

    enolfc committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    adc3a6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f817181 View commit details
    Browse the repository at this point in the history
  4. Fix method name

    enolfc committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3f481b7 View commit details
    Browse the repository at this point in the history