https://github.com/humanbrainproject/kujudrivespawner
A JupyterHub Spawner for Kubernetes which adds a Seadrive Sidecar container to the user's pod to mount the user's Collaboratory.Drive.
https://github.com/humanbrainproject/kujudrivespawner
Last synced: 10 months ago
JSON representation
A JupyterHub Spawner for Kubernetes which adds a Seadrive Sidecar container to the user's pod to mount the user's Collaboratory.Drive.
- Host: GitHub
- URL: https://github.com/humanbrainproject/kujudrivespawner
- Owner: HumanBrainProject
- Created: 2020-02-10T13:27:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T13:48:10.000Z (about 4 years ago)
- Last Synced: 2025-08-30T18:03:28.215Z (10 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KubeSpawner Jupyterhub Seadrive integration
This library provides an integration with seadrive by setting up a
seadrive sidecar container in the same pod as the notebook container
for each user and mounting the user's seadrive libraries in a shared
mount.
## Requirements
### OAuth 2.0
This setup relies on OAuth bearer tokens to obtain a token from seafile.
Seahub must be patched to add an extra API endpoint to obtain the
seadrive token using a bearer token.
### Pod Security Policies or Security Context Constraints
Kubernetes needs an appropriate pod security policy (PSP) to allow
Jupyterhub to create privileged containers. If using OpenShift, this
can be handled with a security context constraints (SCC) instead.