-
Notifications
You must be signed in to change notification settings - Fork 12
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
Review the use of JupyterHub or Nebari for login node functionality #67
Comments
@mwengren I'm not 100% sure but I don't think jupyterhub or nebari handles the authentication themselves. I believe they have functionality to use GitHub and/or other oath services for it. With that said, using GH to log in the cloud sandbox would be awesome. |
Additional discussion in Friday Working Session (8/30/2024): Also discussed a Shared EFS within JupyterHub - and ways to accomplish this. Micah ran into permission issues with AWS environment when he last tried - can we use pre-existing configuration to deploy? Mykel will look into creating a VPC setup to test with. |
1 similar comment
Decided to put Nebari implementation off for long term, and use Sagemaker in the short term |
We could consider using JupyterHub or Nebari as a login/user management service rather than plain SSH login to the head node.
Some advantages of using a service like this are:
No doubt there are many technical and or security considerations with making a change like this. We can fill in details in this issue as we go.
The text was updated successfully, but these errors were encountered: