-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GKE improvements for D4science (#117)
* Avoid error 500 when context is not available Instead show a 403 error, that looks better * Add namespaces as option to spawner * Add image override option to spawner * 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 * Add label as authentication option These are passed to the spawner so they can be reflected in the Kubernetes objects accordingly * Linting * Fix method * Disable pylint just for one line * Fix method name
- Loading branch information
Showing
1 changed file
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters